Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple ports in consul for non httpclient discovery. #34

Open
Rivendark opened this issue Mar 7, 2020 · 1 comment
Open

Comments

@Rivendark
Copy link

Was wondering if there was any plans to support multiple port registration for consul via appsettings file. Implementing gRPC into a demo app, and i would love to be able to utilize the consul service discovery for it as well, but without a httpclient. I cant access the ConsulService class, as it is internal sealed, and without the ability to register multiple ports to the Consul service, i would have to choose purely http or gRPC.

@Rivendark
Copy link
Author

Rivendark commented Mar 7, 2020

Upon further digging, i think i can use taggedAddresses to handle this, would it be possible to implement them into your package, or for me to do a PR for this?

Will still need to implement a new Consul Service to get the information, but that is straight forward.

@Rivendark Rivendark reopened this Mar 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant