Open AkshayDubey29 opened 6 years ago
Kafka brokers have their own configuration, independent of fluent-bit. Fluent-bit kafka output uses a kafka client library called librdkafka that can produce messages to kafka brokers. You can pass any configuration option that librdkafka supports.
If you look at the librdkafka configuration documentation you might be thinking of message.max.bytes
which you can configure with a prefix of rdkafka.
For instance look at this fluent-bit kafka output configuration with these librdkafka options configured
Does that answer your question?
I noticed that this feature is undocumentated, so I made a quick PR.
internal note: Monkey rconf interface buffer string size is 1KB, it needs to be expanded.
Can one tell me how do I increase the character limit in broker configuration for kafka