Guillaume Gnaegi

Results 75 comments of Guillaume Gnaegi

@wayne-o Maybe a group of developers would be up to the task? I've worked with ocelot for a year now. It's easy to use, but I had to fork it...

@fdevGit You could implement your own delegating handler https://ocelot.readthedocs.io/en/latest/features/delegatinghandlers.html and call the counter endpoint from there with HttpClient.

@raman-m Maybe you could answer and close the issue? 😄

@raman-m This should be addressed in https://github.com/ThreeMammals/Ocelot/pull/1670, no?

> > @ggnaegi commented [on Sep 18](#issuecomment-1723452367) > > Yes, it is addressed, but this PR has extra enhancement of [injecting IMemoryCache object](1562/files#diff-0dc582946e7840a5fc9034ea15827ccfeeba0d17e7007bc336467aee00a5a9f6R27) into `PollConsul` constructor! 😉 Like @RaynaldM I...

@raman-m Ok, yes, the problem is here https://github.com/ThreeMammals/Ocelot/blob/bb795876c493af958f1d58c852ea56e94263906d/src/Ocelot/ServiceDiscovery/ServiceDiscoveryProviderFactory.cs#L59 The design isn't great and should be addressed in the future. Since the class used for the k8 provider is called ```KubernetesServiceDiscoveryProvider```...

> @raman-m commented [on Nov 25](#issuecomment-1826298194) Yes, that's a great feature!

@tobiashoeft Hello, we are currently finalizing [Nov-December'23](https://github.com/ThreeMammals/Ocelot/milestone/2) release. The PR is part of the [Annual 2023](https://github.com/ThreeMammals/Ocelot/milestone/3) release later this year. I don't think we will be able to release this...

@raman-m there: https://github.com/ThreeMammals/Ocelot/blob/develop/src%2FOcelot%2FRequester%2FMessageInvokerPool.cs#L64

@raman-m I can write the test cases if you want, but I should be authorized.