Skip to content

Alternate ways for mentioning aggregator class  #1683

Open
@Shreya21Mishra

Description

@Shreya21Mishra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions