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/08/10 05:48:09 UTC

[GitHub] [camel-kafka-connector] davsclaus commented on issue #323: How to set Map property via the kafka connector configuration

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


   Oh yeah that is a good question that we could look at making easier to configure.
   
   So you can use
   
   ```
   camel.beans.xxx[key]=value
   camel.beans.xxx[key2]=value2
   ```
   
   style to define the map bean with the name xxx
   
   So it should be something like
   
   ```
   camel.beans.clientPropertiesBean[key]=value
   camel.beans.clientPropertiesBean[key2]=value2
   ```
   
   


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