JiriOndrusek commented on pull request #6960: URL: https://github.com/apache/camel/pull/6960#issuecomment-1042651285
The reason why it should work is fact, that it works in "non-specific debezium parent component (see https://github.com/apache/camel/blob/main/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/src/test/java/org/apache/camel/component/debezium/DebeziumComponentTest.java#L48)" The difference is caused by the fact, that thois parent component doesn't define `@UriParam(label = "common", prefix = "map.", multiValue = true`, so the **map** is not use configurer and the value is not trimmed. Therefore I think it should work in the same way with configurer. -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org