posted 2 years ago
I have an producer called "customer", and it needs address infos that is stored at "address" service. How can I make a "get" to address passing customer id and get address response, using RabbitMQ? Should I use normal HTTP request in this case and only use RabbitMQ when I dont need request response? Is'nt using RPC a bad practice for this purpose?
8VWkQ.png