Re: Behavior of aggregation and file path in Camel Kafka Connector

2023-10-06 Thread Andrea Cosentino
Hello, The aggregation works in the following way, if you have the message 1 and 2 and an aggregation size of 2, you'll get a file with 1,2 as content and an exchange Id as file name if you don't specify the header, otherwise it should be the last header you sent as file name. It doesn't disting

Behavior of aggregation and file path in Camel Kafka Connector

2023-10-05 Thread Satoshi Yamada
Hi community, I'm using camel-azure-storage-blob-sink-kafka-connector from k8s, and let kafkaconnect upload the logs (Kafka messages) to Azure Blob. I've used message header to specify the file path, and also use aggregation options in Camel as follows camel.aggregation.size: 2 camel.aggr