orpiske edited a comment on issue #1208:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1208#issuecomment-860786247


   > @orpiske
   > 
   > Is the "correct" value "\n" ?
   > 
   > What would be the fix in the code?
   
   Long story short is this: when using special chars for `appendChars` on 
camel-file, it requires us to escape the parameters (i.e.: `\\n` for appending 
new lines). However, it seems to me that because the way the configuration 
works on Kafka connect, the escaping doesn't work. Instead it requires this to 
be sent encoded as `%0A` from our config. 
   
   Therefore, I'm wondering if we should somehow fix this in CKC code or just 
update our documentation to instruct users to use `%0A` and others for special 
chars. 


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