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

#68 | Kafka or Rabbitmq to be optional to use Clamp #72

Closed lohith46 closed 3 years ago

lohith46 commented 3 years ago

Kafka or Rabbitmq to be optional to use Clamp based on ENV, presently disabling it by default

To Start off clamp, we do not need Kafka or RabbitMQ, if required it can be enabled in config.go by making flag **EnableKafkaIntegration** and **EnableRabbitMQIntegration** to **true** based on the requirement

lohith46 commented 3 years ago

@priyaaank Not necessary irrespective of that tests were running successfully. Why I added was, maybe in future it might be helpful