etcd-io / etcd-io/jetcd

Provide a solution for Netty version conflicts - grpc-netty requires specific Netty version

Open
#1,370 19 comments 0 reactions 0 assignees View on GitHub
never-stale
Dominant language
Java
Stars
1.2k
Forks
312
Avg merge
5d 4h
Merged PRs (30d)
2

Description

**Is your feature request related to a problem? Please describe.**

grpc-netty is compatible only with specific Netty versions. For example, the officially [supported version is 4.1.100.Final at the moment](https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty).

grpc provided grpc-netty-shaded package, but that's not compatible with jetcd. There are conflicts with `io.grpc.netty.GrpcSslContexts`/`io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts` and `io.netty.handler.ssl.SslContext`/`io.grpc.netty.shaded.io.netty.handler.ssl.SslContext` classes.

**Describe the solution you'd like**

I'm not sure what solution would be backwards compatible since GrpcSslContext and SslContext classes are exposed in the jetcd client builders.

**Describe alternatives you've considered**

-

**Additional context**

-

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.