Demo for my talk: Clean up this mess - API Gateway & Service Discovery in .NET
Technologies used:
- API Gateway with RESTEase for querying data
- Service Discovery with Consul for Services registration
- Exchange commands from API Gateway to services with RabbitMQ
- Events handling implementation with RabbitMQ (Kafka sample on "Kafka" branch)
- Saga implementation
ToDo:
- Configure Polly for retrying and error handling