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

Fix Compatibility Issue with gRPC 1.61.0 #194

Closed

Conversation

maxlambrecht
Copy link
Member

Fix: Resolve compatibility issue with gRPC 1.61.0

Problem: Upgrading to gRPC 1.61.0 triggered the following error:

Caused by: java.lang.IllegalStateException: Could not find policy 'pick_first'. Make sure its implementation is either registered to LoadBalancerRegistry or included in META-INF/services/io.grpc.LoadBalancerProvider from your jar files.

Solution: Added the grpc-util dependency to address the issue. This ensures the correct registration of the 'pick_first' load balancing policy.

@maxlambrecht maxlambrecht requested a review from rturner3 January 24, 2024 16:09
@maxlambrecht
Copy link
Member Author

Closing in favor of a better solution fixing the jar assembling process.

@maxlambrecht maxlambrecht deleted the add-dependency-for-grpc-1.61 branch January 24, 2024 21:02
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

Successfully merging this pull request may close these issues.

1 participant