Skip to content

A simple application to send and receive messages using Avro and Kafka.

License

Notifications You must be signed in to change notification settings

giovannicuriel/kafka-avro-validator

Repository files navigation

kafka-avro-validator

A simple application to send and receive messages using Avro and Kafka.

How to use

  1. Start Kafka and friends:
docker-compose up -d
  1. Register the avro schema
./gradlew registerSchemasTask
  1. Run the application
./gradlew bootRun
  1. Send some events: for this, there is a few samples in sample folder. I used the REST Client extension for VSCode (which is awsome).

About

A simple application to send and receive messages using Avro and Kafka.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages