Reputation: 5546
For a new application I am developing I am interested in creating a microservice that allows for events to be created (for example: New order placed) and other microservices to react to these events (for example the payment system listens to the New order event and processes the payment).
Is there any open source project that I can use to do this in a reliable way?
Upvotes: 1
Views: 1021
Reputation: 1169
Try geteventstore or Apache Kafka and read this stack-overflow question
Upvotes: 1