Kafka - Performance Tuning
Which of the following is the correct syntax to set the log segment size to 1 GB in Kafka's server.properties file?
log.segment.bytes and the correct byte value. log.segment.size=1GB uses an invalid key and unit. segment.log.bytes=1024 uses wrong key and too small value. log.segment.bytes=1GB uses correct key but invalid unit '1GB'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions