简体   繁体   中英

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM