Hi
You can use the aggregator to batch X before sending it to kafka. However I
know that then this is decoupled from JMS and those batched messages are
stored in-memory by the camel aggregator before they send to kafka.
There are some JIRA about batching kafka support (consumer side).
And in gene
Hello,
I am looking for a way how to consume messages in Batches from a JMS Broker.
Messages will be processed and sent batched in a single request to a Kafka
topic.
Before Camel 3.7, it was possible to implement such a behaviour using the
sjms-batch component. However this component was disco