|
|
|
|
|
by malisper
2315 days ago
|
|
I've never used SQS but IMO it seems inferior to Kinesis or Kafka. The two big reasons are that you can't have multiple consumers read from a single queue and once data leaves the queue, it's gone forever. Both Kinesis and Kafka let you have multiple consumers and configure a retention period for your messages. |
|
Source: I’ve built very high volume services that continue to run production workloads and use SQS as the buffer between components.