lhotari commented on PR #22804:
URL: https://github.com/apache/pulsar/pull/22804#issuecomment-2141369871

   > We don't need to add that in the OPTS by default. We can add a comment to 
say if you need snappy, add this `-Dorg.xerial.snappy.use.systemlib=true` to 
the PULSAR_EXTRA_OPTS
   
   I don't think that this is a good idea to have more configuration options to 
tweak. It's better to handle this in the Dockerfile building phase as I 
suggested by simply appending `OPTS="$OPTS 
-Dorg.xerial.snappy.use.systemlib=true"` to the `conf/bkenv.sh` file.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to