Simple example of communications between Go and Node.js services using Kafka
Used examples
- Go: [https://github.com/sohamkamani/golang-kafka-example]
- Node: [https://github.com/tulios/kafkajs]
Run docker-compose up.
This will build and start all containers and start producing consuming messages.
Typical problems and their resolution.
Run docker-compose down and docker-compose up