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

4.1.2: Adds support to iterate over URIs when connecting to a gRPC service #9300

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

barchetta
Copy link
Member

Backport #9285 to Helidon 4.1.2

Description

Adds support to iterate over URIs when connecting to a gRPC service. Defines a new interface ClientUriSupplier that can be used to dynamically provide a list of URIs to connect to. Each gRPC call will retrieve the next URI from the supplier. See issue #9255.

…ice (helidon-io#9285)

Adds support to iterate over URIs when connecting to a gRPC service. Defines a new interface ClientUriSupplier that can be used to dynamically provide a list of URIs to connect to. Each gRPC call will retrieve the next URI from the supplier.
@barchetta barchetta added grpc webclient backport Issues that are merged into a single branch, but missing in either master or previous release 4.x Version 4.x labels Sep 27, 2024
@barchetta barchetta added this to the 4.1.2 milestone Sep 27, 2024
@barchetta barchetta requested a review from spericas September 27, 2024 18:04
@barchetta barchetta self-assigned this Sep 27, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 27, 2024
@barchetta barchetta mentioned this pull request Sep 27, 2024
16 tasks
@barchetta barchetta merged commit 1ca3c1c into helidon-io:helidon-4.1.x Sep 27, 2024
44 checks passed
@barchetta barchetta deleted the 4.1.2-9285-grpc-uri branch January 3, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x backport Issues that are merged into a single branch, but missing in either master or previous release grpc OCA Verified All contributors have signed the Oracle Contributor Agreement. webclient
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants