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

consumer: Prompt option to add assign and seek mode to replay data #31

Open fdelbrayelle opened 4 years ago

fdelbrayelle commented 4 years ago

The goal is to add the possibility to replay data through assigning partitions and seeking offsets on consumers.

See: https://kafka.apache.org/20/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html for KafkaConsumer assign and seek methods and https://www.oreilly.com/library/view/kafka-the-definitive/9781491936153/ch04.html