Kafka - Event-Driven Architecture
You have this Kafka CQRS code snippet:
What is the main problem here?
producer.send('commands', 'CreateOrder')
consumer.subscribe(['commands', 'events'])What is the main problem here?
