Kafka - Performance Tuning
Which of the following is the correct syntax to set the batch size to 32 KB in Kafka producer properties file?
batch.size expects an integer value in bytes, so 32 KB = 32768 bytes.batch.size=32768 uses correct integer bytes format; others use invalid units or strings.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions