Ryan
Ryan

Reputation: 5546

Event-driven architecture - why is there no tool for this?

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

Answers (1)

suresh2
suresh2

Reputation: 1169

Try geteventstore or Apache Kafka and read this stack-overflow question

Upvotes: 1

Related Questions