ThreeMammals / Ocelot

.NET API Gateway
https://www.nuget.org/packages/Ocelot
MIT License
8.32k stars 1.63k forks source link

Load balancer sample using Consul and Least Connection [TCP] #1806

Closed ks1990cn closed 9 months ago

ks1990cn commented 10 months ago

Fixes / New Feature # LoadBalancer Sample using Consul and Least Connection type.

I am creating this PR as a handy guide for local setup and running so any contributor can see loadbalancer in action with minimal repeated setup.

I think this can also help me / anyone as always present setup so just quickly go and make required changes to debug any requested changes / bug.

Proposed Changes

raman-m commented 9 months ago

Tanmay, could you remove all merge commits by feature branch rebasing onto develop one? And sync your fork plz! The develop is not identical now

ks1990cn commented 9 months ago

Sure let me do it now.

raman-m commented 9 months ago

Tanmay, why closing and opening new PR? You can just push new commits to feature branch and old PR will show them. I don't understand your actions...

raman-m commented 9 months ago

Related to #1810