clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Kafka or Rabbitmq to be optional to use Clamp #68

Closed tejash-jl closed 3 years ago

tejash-jl commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, clamp requires both Kafka and Rabbitmq to be configured to start the application. This will force the user to have both services to be installed/running which is not practically correct.

Describe the solution you'd like The choice of having Kafka or Rabbitmq needs to be handled by the user. Clamp should start even without Kafka or Rabbitmq configured.