merlimat opened a new pull request #2002: Enable CRC32-C by default in BK client
URL: https://github.com/apache/incubator-pulsar/pull/2002
 
 
   ### Motivation
   
   In Pulsar 2.0 when we switched to BK 4.7 we had the option to use CRC32-C as 
checksum for BK. CRC32-C is considerably faster than CRC32 since it uses 
hardware instructions to compute. We didn't immediately switch the default to 
crc32-c to allow for release rollback (Pulsar 2.0 -> 1.22).
   We can now enable this, since rolling back from 2.1 -> 2.0 will work now.
   
   Fixes #1371 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to