Bharat Mehta
Jan 29, 2020
Review
If you need realtime processing then you can use Kafka. However, managing it will require effort. You can also use AWS Kinesis which is AWS managed version of Kafka. If in case real-time processing isn't a priority then you can choose AWS SQS. It's fully managed and integrates well with other AWS services likes SNS and Lambdas.
0 views0