Shreya21Mishra opened a new issue, #1683: URL: https://github.com/apache/camel-kafka-connector/issues/1683
Hi, Is there a way where we can append #class: Into the camel configuration. Currently we need to mention #clas: and then mention the aggregator. camel.aggregation.size: 1000 camel.aggregation.timeout: 300000 camel.bean.aggregate:#class:org.apache.camel.kafkaconnector.aggregator.StringAggregator This is because we have sink connector deployed through flux cd pipeline in Kafka Clusters hosted in k8s. So the deployment yaml file treats anything followed by # as acomment. Tried using double quotes but it doesn't work. Hence I wanted to understand if there are any other way to call the class -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org