You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* in_kafka: Add buffer_chunk_size description
Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
* in_kafka: Add buffer_max_size parameter instead of chunk_size
We need to halt the greedy consuming loop before reaching the exceeded
limitation of chunk size.
Without this parameter, in_kafka always consuming greedy from
subscribing topics.
Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
---------
Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
| Buffer\_Max\_Size | Specify the maximum size of buffer per cycle to poll kafka messages from subscribed topics. To increase throughput, specify larger size. | 4M |
| rdkafka.{property} |`{property}` can be any [librdkafka properties](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md)||
0 commit comments