chia7712 commented on pull request #10123:
URL: https://github.com/apache/kafka/pull/10123#issuecomment-780303685


   > Today, the solution would be to either:
   Include the relevant native compression libraries
   Limit topic data to the compression algorithms supported on the relevant 
platform
   Both seem doable.
   
   @ijuma Thanks for the sharing. IIRC, kafka producer which does not support 
the compression can send uncompressed data to server. The data get compressed 
on server-side. It is a useful feature since the compression does not obstruct 
us from producing data on env which can't load native compression libraries. In 
contrast with producer, kafka consumer can't get data from compressed topic if 
it can't load native compression libraries. WDYT? Does it pay to support such 
scenario?


----------------------------------------------------------------
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