brainlag / JavaNSQClient

Fast Java client for NSQ
MIT License
90 stars 57 forks source link

Upgrading netty to 4.1.x #41

Open aldemirenes opened 7 years ago

aldemirenes commented 7 years ago

There are breaking changes between 4.1 and 4.0 Most of the project start to use 4.1 and this creates classpath errors. It'll be good upgrading netty to 4.1.x

mgenov commented 6 years ago

It would be good to be added as latest version of grpc is using netty 4.1.x and this causes conflicts.