aspnet-servicediscovery-patterns icon indicating copy to clipboard operation
aspnet-servicediscovery-patterns copied to clipboard

Samples of simple service discovery patterns with ASP .NET Core

trafficstars

Service Discovery Patterns with ASP.NET Core

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

Patterns Covered

  • Point to Point <- start here :)
  • Local Registry
  • Self Registration
  • Health Checks
  • Load Balancing

Built With

References