You want to increase Producer throughput for the messages it sends to your Kafka cluster by tuning the batch size (‘batch.size’) and the time the Producer waits before sending a batch (‘linger.ms’).
According to best practices, what should you do?
Which secure communication is supported between the REST proxy and REST clients?
A topic ’recurring payments’ is created on a Kafka cluster with three brokers (broker id '0', ’1’, ‘2’) and nine partitions. The min.insync.replicas is set to three, and the producer is set with acks=all. Kafka Broker with id '0' is down.
Which statement is correct?
Which use cases would benefit most from continuous event stream processing? (Choose three.)
You are managing a Kafka cluster with five brokers (broker id '0', '1','2','3','4') and three ZooKeepers. There are 100 topics, five partitions for each topic, and replication factor three on the cluster. Broker id ‘0’ is currently the Controller, and this broker suddenly fails.
Which statements are correct? (Choose three.)
How does Kafka guarantee message integrity after a message is written on a disk?