mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
grpc client side loadbalancer support #655
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GomesNayagam on GitHub (Dec 27, 2024).
Originally assigned to: @StefH on GitHub.
my code i am using Static
StaticResolverFactory to address client side LB, how do i create similar stuff here, will it work with single url?
the grpc wiremock, appreciate with e.g.
@StefH commented on GitHub (Dec 27, 2024):
I don't fully understand what you are trying to do.
WireMock.Net runs on a single URL, so just configure the client to use that URL, and it will work.
@GomesNayagam commented on GitHub (Dec 27, 2024):
probably i dint explain in detail, in my actual code i cant make changes, it is using client side LB for grpc. the above msdn link will show the e.g. i am testing by passing single url, let me update this thread if works. thx.
@GomesNayagam commented on GitHub (Dec 30, 2024):
this works can be closed.