All Questions
2 questions
3
votes
1
answer
222
views
How to organize exchanges of non critical messages between servers in multiple data centers by using Kafka (or other solution)?
We need to organize a way to exchange messages between servers in multiple data centers. Messages are not critical. We just need to be able to send messages from any servers in any data centers to any ...
6
votes
3
answers
3k
views
Web Service and Message Queue
We're looking at creating a web services/REST API layer that will be consumed by web and mobile clients.
To make the solution more robust I was considering putting the commands from PUT, POST, and ...