I have a springboot service, which canbe treate as a event producer, also it provides several restful APIs.
Most likely, this service will be registered to many event receivers which each of the receiver contains a http endpoint to receive events. My question is what is the best practice for this service to notify all the receivers when specific event occur? Make a loop to call every http endpoint using http client or rest template? Will this be a big issue if network status is bad and with a big receiver count?
1.4m articles
1.4m replys
5 comments
57.0k users