ijuma opened a new pull request #8972:
URL: https://github.com/apache/kafka/pull/8972


   This includes important fixes. Netty is required by ZooKeeper if TLS is
   enabled.
   
   I verified that the netty jars were changed from 4.1.48 to 4.1.50 with
   this PR, `find . -name '*netty*'`:
   
   ```text
   ./core/build/dependant-libs-2.13.3/netty-handler-4.1.50.Final.jar
   
./core/build/dependant-libs-2.13.3/netty-transport-native-epoll-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-codec-4.1.50.Final.jar
   
./core/build/dependant-libs-2.13.3/netty-transport-native-unix-common-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-transport-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-resolver-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-buffer-4.1.50.Final.jar
   ./core/build/dependant-libs-2.13.3/netty-common-4.1.50.Final.jar
   ```
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to