Andrea Tarocchi created CAMEL-16716:
---------------------------------------
Summary: camel-mongodb streamFilter component option not honored
Key: CAMEL-16716
URL: https://issues.apache.org/jira/browse/CAMEL-16716
Project: Camel
Issue Type: Bug
Components: camel-mongodb3
Affects Versions: 3.10.0
Reporter: Andrea Tarocchi
Although {{streamFilter}} is declared as a {{UriParam}}:
[https://github.com/apache/camel/blob/main/components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/MongoDbEndpoint.java#L108]
(it should be annotated as consumer only though)
it is not honored. Such filter is only loaded from property:
https://github.com/apache/camel/blob/main/components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/MongoDbChangeStreamsConsumer.java#L60-L64
as reported in ckc issue:
https://github.com/apache/camel-kafka-connector/issues/1112
--
This message was sent by Atlassian Jira
(v8.3.4#803005)