You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/19 08:52:33 UTC

[GitHub] [camel-k] nicolaferraro commented on issue #1750: Binary resources such as keystores are being corrupted

nicolaferraro commented on issue #1750:
URL: https://github.com/apache/camel-k/issues/1750#issuecomment-711871290


   This is strange, as binary resources are base64 encoded.
   
   @rampraveen83 can you try with:
   
   ```shell
   kamel run kafka.java --resource keystore.jks --resource truststore.jks --compression=true
   ```
   
   Compression is the mechanism that we tried to auto-enable on 1.2 to avoid corruption.
   Also, can you double check the version with `kamel version`?


----------------------------------------------------------------
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:
users@infra.apache.org