Hello QQ regarding kotlin Grpc , this should be ve...
# grpc
a
Hello QQ regarding kotlin Grpc , this should be very stable with all JDK versions above 1.8 https://github.com/GoogleCloudPlatform/kotlin-samples/blob/main/run/grpc-hello-world-mvn/pom.xml#L102 ? latest release is 1.4.1
w
I don't really follow what your question is. I'm using grpc with kotlin and use the plugin you link to, version 1.4.1. I'm running on JDK21. Are you having issues?
The fact that the plugin has a classifier of jdk8 just points out that it's built for JDK8 or above. I think the protocol buffer plugin mechanism requires a classifier for java plugins. My understanding is that the protobuf gradle or maven plugins use the classifier to differentiate between a java plugin and a native binary plugin.
a
Got it.. That's all I need to know. Thanks I read it says jdk8 or above
am using Java 21 as well
w
Great. Post again in this channel if you come across any challenges. I've been using gRPC with Kotlin for quite a while now and am really happy with it. I try to keep an eye on this channel since I know it's a relatively small community.
❤️ 1
a
Will do.. Thanks