fdelbrayelle / generator-jhipster-kafka

A JHipster module that generates Apache Kafka consumers and producers and more!
Apache License 2.0
28 stars 10 forks source link

Schema Registry and Avro schemas support #63

Open fdelbrayelle opened 4 years ago

fdelbrayelle commented 4 years ago
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
fdelbrayelle commented 3 years ago

🚧 WIP PR: https://github.com/fdelbrayelle/generator-jhipster-kafka/pull/107/files