Replying to @coderbyheart

"For events use polling." Ask the microservice you want events and GET an
endpoint that returns the events, optionally with a range key.

Wed, 13 Jun 2018 10:20:26 UTC

2 replies

Replying to @coderbyheart

"This approach gives you a simple, and robust way for collaboration, without a
single point of failure (which you would get with centralized queuing systems).
But it's slow, and needs both services to be up at the same time."