This repo contains a samples of implementing Service Discovery patterns with ASP.NET Core using tools like Consul and RabbitMQ.
The master branch is currently using .NET Core 2.0 and ASP.NET Core 2.0. If you want to see the ASP.NET Core 1.1 version of the sample see the aspnetcore1.1 tag
- Point to Point <- start here :)
- Local Registry
- Self Registration
- Health Checks
- Load Balancing
- ASP.NET Core
- Bogus - Fake Data Generator
- Consul - Distributed Service Discovery and Configuration
- Consul .NET - PlayFab .NET Consul client
- RabbitMQ - Message Broker
- RabbitMQ .NET Client - Official RabbitMQ .NET Client