You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/14 21:30:42 UTC

[GitHub] merlimat opened a new pull request #689: Netty 4.1

merlimat opened a new pull request #689: Netty 4.1
URL: https://github.com/apache/incubator-pulsar/pull/689
 
 
   ### Motivation
   
   Upgrade to Netty 4.1 to get rid of custom classes that are now supported directly by Netty : 
    * `RecyclableSlicedByteBuf`
    * `RecyclableDuplicateByteBuf`
    * `PulsarLengthFieldFrameDecoder`
   
   Netty-4.1 will also provide multiple performance improvement for TLS encryption and also support for async DNS resolution. (this will be enabled later).
   
   ### Modifications
   
    * Upgrade to Netty-4.1
    * Removed custom classes 
    * Corrected usages of Recycler to avoid deprecated methods
    * Converted usages of `ByteBuf.order()` to avoid deprecated methods
   
   
   Fix #686 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services