Support for batch processing for Kafka consumer #736
-
hi, i am trying to do batch processing of messages using kafka component. how can we process messages as a batch from kafka consumer? Kafka component used : https://camel.apache.org/components/3.20.x/kafka-component.html#_configuring_component_options |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is no support for batch consumer out of the box. You can use an aggregator eventually. |
Beta Was this translation helpful? Give feedback.
-
There is a ticket about adding batch support in camel-kafka |
Beta Was this translation helpful? Give feedback.
There is a ticket about adding batch support in camel-kafka
https://issues.apache.org/jira/browse/CAMEL-19241