-
Notifications
You must be signed in to change notification settings - Fork 112
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
ench: use functional options for client gRPC connections #2801
Conversation
d1939d0
to
298735b
Compare
298735b
to
676ce94
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
This is awesome @amal-thundiyil!
@amal-thundiyil have you considered submitting this work as part of https://gohack.devpost.com/details/cerntrack#h_7413309046481645659684425 hackathon? |
Thank you for the suggestion @labkode. I will definitely consider it. |
Refactored and introduced functional options to
pkg/pool
. This will aid more flexible configuration for the client side gRPC connections.