numaproj / numaflow-java

Numaflow Java SDK
Apache License 2.0
22 stars 10 forks source link

fix: update netty and GRPC version #126

Closed Rooknj closed 3 months ago

Rooknj commented 3 months ago

grpc-netty breaks with netty version 4.1.111. grpc-netty version 1.65.0 fixes this issue

Issue tracker: https://github.com/grpc/grpc-java/issues/11284