You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a JHipster project with the main generator and the Kafka option.
Install and launch the Kafka module.
Kafka module asks a first question: "Do you want to generate a consumer, a producer or both?" (multi-choices)
Kafka module asks a second question: "For which entities?" (multi-choices)
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.
The text was updated successfully, but these errors were encountered:
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
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
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
Steps:
The text was updated successfully, but these errors were encountered: