Customize kafka config #9409
Answered
by
ppatierno
jackchuong
asked this question in
Q&A
-
Hi all,
How can I customize kafka configuration as below ?
|
Beta Was this translation helpful? Give feedback.
Answered by
ppatierno
Nov 29, 2023
Replies: 1 comment
-
The above options you are mentioning are part of the Kafka producer configuration. They have no relation with the Kafka broker configuration. You have to set them on your producer application, and they are just |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jackchuong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above options you are mentioning are part of the Kafka producer configuration. They have no relation with the Kafka broker configuration. You have to set them on your producer application, and they are just
linger.ms
andbatch.size
without thatproducer.override
prefix.