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

Use Helidon gRPC client in Config Etcd module #9674

Merged
merged 3 commits into from
Jan 22, 2025

Conversation

spericas
Copy link
Member

@spericas spericas commented Jan 22, 2025

Description

Use Helidon gRPC client in config etcd module. Updates old IT tests to run with etcd V3 only. IT tests manually executed and shown to pass with all the latest changes and V3 etcd server. Issue #9650.

Documentation.

None

… V3 servers. V2 support is deprecated and marked for removal.

Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
@spericas spericas marked this pull request as draft January 22, 2025 18:44
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 22, 2025
@spericas spericas self-assigned this Jan 22, 2025
@spericas spericas added this to the 4.2.0 milestone Jan 22, 2025
@@ -55,7 +55,7 @@ public class EtcdV2Client implements EtcdClient {
*
* @deprecated
*/
EtcdV2Client(URI... uris) {
public EtcdV2Client(URI... uris) {
etcd = new mousio.etcd4j.EtcdClient(uris);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be public for IT tests

@spericas spericas requested a review from barchetta January 22, 2025 19:47
@spericas spericas marked this pull request as ready for review January 22, 2025 19:47
@spericas spericas merged commit 30f1bf6 into helidon-io:main Jan 22, 2025
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants