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: Add a prompt option for the group.id #85

Open fdelbrayelle opened 4 years ago

fdelbrayelle commented 4 years ago
Overview of the feature request

Add a new prompt option to choose the consumer group.id. By default it would remain the application base name.

Motivation for or Use Case

Currently each consumer use the same group.id which is the application base name.

Related issues or PR