Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate ways for mentioning aggregator class #1683

Open
Shreya21Mishra opened this issue Oct 17, 2024 · 1 comment
Open

Alternate ways for mentioning aggregator class #1683

Shreya21Mishra opened this issue Oct 17, 2024 · 1 comment

Comments

@Shreya21Mishra
Copy link

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

@valdar
Copy link
Member

valdar commented Oct 29, 2024

@davsclaus might happen you have an idea here to work this around some how with the bean syntax?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants