Skip to content

Instantly share code, notes, and snippets.

@hxtree
Created August 3, 2021 03:25
Show Gist options
  • Select an option

  • Save hxtree/d3d9747cc634f6c25e47b5b5d8cdc315 to your computer and use it in GitHub Desktop.

Select an option

Save hxtree/d3d9747cc634f6c25e47b5b5d8cdc315 to your computer and use it in GitHub Desktop.
Microservice Asynchronous Communication
# Microservice Asynchronous Communication
HTTP doesn't work well for in between asynchronous communication.
Other options include:
RabbitMQ (cloud agnostic)
https://www.rabbitmq.com/
Apache Kafka (cloud agnostic)
https://kafka.apache.org/
AWS SNS/SQS (fully managed)
https://aws.amazon.com/sns/
https://aws.amazon.com/sqs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment