Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate simple consumer and/or producer with an entity (via Kafka module) #3

Closed
fdelbrayelle opened this issue Jan 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fdelbrayelle
Copy link
Owner

fdelbrayelle commented Jan 14, 2020

Steps:

  1. Generate a JHipster project with the main generator and the Kafka option.
  2. Install and launch the Kafka module.
  3. Kafka module asks a first question: "Do you want to generate a consumer, a producer or both?" (multi-choices)
  4. Kafka module asks a second question: "For which entities?" (multi-choices)
  5. Kafka sub generator generates the consumer, the producer or both. The only format for the moment is JSON (we could add Avro and String in the future if needed). The generator creates also a GenericConsumer and a GenericProducer. The tests "*ConsumerIT" and "*ProducerIT" will be also generated.
@fdelbrayelle fdelbrayelle changed the title Use Case avec entité(s) en lançant le module Use Case avec entité(s) en lançant le module Kafka Jan 14, 2020
@fdelbrayelle fdelbrayelle changed the title Use Case avec entité(s) en lançant le module Kafka Use Case - Generate simple consumer and/or producer with an entity (via Kafka module) Jan 14, 2020
@fdelbrayelle fdelbrayelle changed the title Use Case - Generate simple consumer and/or producer with an entity (via Kafka module) Generate simple consumer and/or producer with an entity (via Kafka module) Jan 14, 2020
@fdelbrayelle fdelbrayelle added the enhancement New feature or request label Jan 14, 2020
@SoniaLahi SoniaLahi self-assigned this Mar 10, 2020
@fdelbrayelle fdelbrayelle self-assigned this Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants