-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow configurable Mint adapter #370
Allow configurable Mint adapter #370
Conversation
Hi @caike! First of all, thank you for taking the time for us. Am I right on this @polvalente ? |
Thanks for the feedback and for maintaining this project! How about when the application is simply a client to an external grpc server ? I have a client Stub that connects to an external server and I'm not using |
@caike Thank you very much! Sorry for my inattention, you are correct and your PR already covers what is necessary. I will review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small comment
thank you for this work @caike |
Problem
The use case for this came from attempting to connect to a particular gRPC server which was rejecting the connection due to the default
transport_options
being used:Solution
After overriding
transport_options
I was able to connect to said server. I believe the ability to override these options could also be useful for others. This PR allows the adapter options to be set from the client application via: