We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avro with Schema Registry (see: https://aseigneurin.github.io/2018/08/02/kafka-tutorial-4-avro-and-schema-registry.html and https://dzone.com/articles/kafka-avro-serialization-and-the-schema-registry to help implementation) + bug #28
Currently, the data are (de)serialize only through simple JSON. It could be more flexible to use Avro.
consumer: Manage poisonned data #28 about the poison pill bug when using Avro with Schema Registry
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
🚧 WIP PR: https://github.com/fdelbrayelle/generator-jhipster-kafka/pull/107/files
Sorry, something went wrong.
fdelbrayelle
No branches or pull requests
Overview of the feature request
Avro with Schema Registry (see: https://aseigneurin.github.io/2018/08/02/kafka-tutorial-4-avro-and-schema-registry.html and https://dzone.com/articles/kafka-avro-serialization-and-the-schema-registry to help implementation) + bug #28
Motivation for or Use Case
Currently, the data are (de)serialize only through simple JSON. It could be more flexible to use Avro.
Related issues or PR
consumer: Manage poisonned data #28 about the poison pill bug when using Avro with Schema Registry
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered: