Question 16
A customer has many consumer applications that process messages from a Kafka topic. Each consumer application can only process 50 MB/s. Your customer wants to achieve a target throughput of 1 GB/s. What is the minimum number of partitions will you suggest to the customer for that particular topic?
Question 17
Where are the dynamic configurations for a topic stored?
Question 18
In Avro, removing a field that does not have a default is a __ schema evolution
Question 19
Compaction is enabled for a topic in Kafka by setting log.cleanup.policy=compact. What is true about log compaction?
Question 20
What is the disadvantage of request/response communication?