On Tue, Aug 30, 2022 at 12:28 AM vivek Baranwal <vbaranwa...@gmail.com>
wrote:

> I have upgraded netty-handler jar version recently from 4.1.77.Final
> to 5.0.0.Alpha2 but looks like my GRPC call is getting failed in between
> because of this upgrade.
>

You can't upgrade gRPC to Netty 5. The netty namespace is different.
There's also lots of things we know would need to be fixed. The only way
you could have done so is if you used the very-old-and-dead Netty 5 from
2015.

Dead and useless. Was replaced with Netty 4.1:
io.netty:netty-codec:5.0.0.Alpha2

New and interesting, but you should use alpha 4:
io.netty:netty*5*-codec:5.0.0.Alpha2

tried to access method io.netty.handler.logging.LogLevel.toInternalLevel


See the "io.netty" package? That is the dead Netty 5 from 2015. The new
Netty 5 has "io.netty5" package.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CA%2B4M1oNVjpYdgFtt-Lc9DfsSQ%2BX7Aiuh_Ap6T9XNRDmzRViVrA%40mail.gmail.com.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to