mguenther / kafka-sampler

Showcases how to build Java applications using Apache Kafka and Kafka Streams
1 stars 0 forks source link

Integrate Confluent Schema Registry with the Kafka adapter #17

Open mguenther opened 7 years ago

mguenther commented 7 years ago

Integrate the schema registry with the existing message types (do we need to add additional attributes to the messages?) and producers and consumers.

mguenther commented 7 years ago

The implementation of this story fulfills the requirements for milestone 0.5.0. Tag this as the 0.5.0 release after completion and merge it back to master.