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

Add multiple prefixes for "no entity" generation in bigbang mode #72

Open fdelbrayelle opened 4 years ago

fdelbrayelle commented 4 years ago
Overview of the feature request

In bigbang mode, the user should be able to input multiple prefixes when choosing no entity for the object generation (consumer, producer, ...) and its configuration.

Motivation for or Use Case

Currently, the user can only choose one prefix in bigbang mode generation unlike incremental mode where it's possible to loop in prompts and add multiple prefixes.

Related issues or PR

57 where "no entity mode" has been implemented.