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 2022/01/26 12:12:41 UTC

[GitHub] [camel-quarkus] Tarjei400 opened a new issue #3488: Debezium mysql - passing additionalProperties results in wrong properties beeing passed

Tarjei400 opened a new issue #3488:
URL: https://github.com/apache/camel-quarkus/issues/3488


   I am using debezium component with mysql, I need to pass an additionaProperty, I am doing it according to documentation here: https://camel.apache.org/components/3.14.x/debezium-mysql-component.html 
   
   Althought it seems that when I try to pass database.connectionTimezone=CET seems that property is read as database alone.
   Here is my example:
   
        from("debezium-mysql:test?"
   
               + "databaseHostname={{database.hostname}}"
               + "&databasePort={{database.port}}"
               + "&databaseUser={{database.user}}"
               + "&databasePassword={{database.password}}"
               + "&databaseServerName=localhost"
               + "&databaseServerId=5500"
               + "&snapshotMode=when_needed"
               + "&databaseIncludeList={{database.schema}}"
               + "&tableIncludeList={{database.schema}}.test"
               + "&additionalProperties.database.connectionTimeZone=CET"
               + "&offsetStorage=org.apache.kafka.connect.storage.MemoryOffsetBackingStore")
   
   And here is what I see in logs, as being passed to properties:
   
   ![image](https://user-images.githubusercontent.com/1921727/151160938-e487d616-0cb7-4f5f-a579-e0d77150ecf3.png)
   
   
   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] Tarjei400 commented on issue #3488: Debezium mysql - passing additionalProperties results in wrong properties beeing passed

Posted by GitBox <gi...@apache.org>.
Tarjei400 commented on issue #3488:
URL: https://github.com/apache/camel-quarkus/issues/3488#issuecomment-1023099496


   Sorry, I am using version 2.6.0


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] JiriOndrusek commented on issue #3488: Debezium mysql - passing additionalProperties results in wrong properties beeing passed

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on issue #3488:
URL: https://github.com/apache/camel-quarkus/issues/3488#issuecomment-1041586933


   I've found that problem is caused by the camel. I reported it as https://issues.apache.org/jira/browse/CAMEL-17658


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] zbendhiba commented on issue #3488: Debezium mysql - passing additionalProperties results in wrong properties beeing passed

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on issue #3488:
URL: https://github.com/apache/camel-quarkus/issues/3488#issuecomment-1023076886


   Hello @Tarjei400 Can you give information about which camel-quarkus version are you using ?


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org