Further reading
The following are links to the official documentation for Azure Service Bus and RabbitMQ, two event bus technologies:
- Azure Service Bus: https://docs.microsoft.com/en-us/azure/service-bus-messaging/
- RabbitMQ: https://www.rabbitmq.com/getstarted.html
- The documentation for Polly, a tool for reliable communication/tasks, can be found here: https://github.com/App-vNext/Polly.
- More information on Docker can be found on Docker's official website: https://docs.docker.com/.
- The official documentation for Kubernetes and
.yaml
files can be found here: https://kubernetes.io/docs/home/. - The official documentation for Azure Kubernetes can be found here: https://docs.microsoft.com/en-US/azure/aks/.
- The official documentation for Azure Service Fabric can be found here: https://docs.microsoft.com/en-US/azure/service-fabric/.
- The official documentation for Azure Service Fabric's reliable services can be found here: https...