hipster-labs / generator-jhipster-spring-cloud-stream

:mailbox_closed: JHipster module for messaging microservices with Spring Cloud Stream
Apache License 2.0
22 stars 10 forks source link

Adiing Kafka and rabbitMQ #26

Open flefevre opened 6 years ago

flefevre commented 6 years ago

In certain application it could be usefull to use both kafka and rabbitmq for different needs [1,2] Baddly when running the rabbitmq generation command, i got:

`[fl218080@is233628 j5rk]$ yo jhipster-spring-cloud-stream

           ████    ████        
           ████    ████        
           ████    ████        
           ████    ████        
           ████████████████████
           ████████████████████
           ████████████    ████
           ████████████    ████
           ████████████████████
           ████████████████████

Welcome to the JHipster spring-cloud-stream generator! v0.0.2

Error jhipster-spring-cloud-stream

ERROR! You already have Kafka in your project, no need to add RabbitMQ.`

Would it be possible to remove this hook?

pascalgrimaud commented 6 years ago

of course, it can be done. Would you like to contribute and do a PR ?