All Questions
Tagged with aws scalability
2 questions
5
votes
1
answer
946
views
Sharding and application routing cross region on AWS
We current have a very simple Multi Tenant monolith, with a SQL SERVER backend (Self hosted on EC2 on AWS), and multiple application services talking to one DB behind an Classic AWS ELB. Our database ...
0
votes
1
answer
445
views
Co-relating messages in Kafka
Context
We are building an application that acts like a hub for messages coming in from multiple Producers and it assigns to Consumers based on certain criteria.
Need is to have the design highly ...