davsclaus commented on issue #319:
URL: 
https://github.com/apache/camel-kafka-connector/issues/319#issuecomment-670446207


   Okay so camel.component are component specific options and they have no 
problems with uri encoding (usually passwords etc are more problematic with uri 
encoding due to using special chars).
   
   So for camel.endpoint as they become part of endpoint uri, you need to 
specify `RAW(xxx)` syntax. 
   Maybe you can try testing this?
   
   ```
   camel.sink.endpoint.secretKey=RAW(myKeyGoesHere)
   ```
   
   There is a JIRA ticket at Camel to see if we can come up with a smarter out 
of the box solution
   https://issues.apache.org/jira/browse/CAMEL-15368


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