Supporting gRPC with TLS on Java 8 #144
Labels
area/usability
Issues with usability and error messages
kind/enhancement
Something could be better.
status/accepted
We were able to reproduce the issue and accept to work on it
By default, TLS over gRPC is only supported on Java 9 and later. Java 9 is no longer supported.
According to grpc-java, we can include grpc-netty-shaded as part of dgraph4j so that the necessary SSL libraries are available for Java 8 for Windows, macOS, and Linux:
Java 8 and Java 11 are the current Java LTS releases, so it makes sense to support Java 8 for users that are still on that version.
What do you think, @abhimanyusinghgaur?
The text was updated successfully, but these errors were encountered: