In the Kafka consumer metrics it is observed that fetch-rate is very high and each fetch is small. What steps will you take to increase throughput?
There are five brokers in a cluster, a topic with 10 partitions and replication factor of 3, and a quota of producer_bytes_rate of 1 MB/sec has been specified for the client. What is the maximum throughput allowed for the client?
Which producer exceptions are examples of the class RetriableException? (Choose 2.)
Which KSQL queries write to Kafka?
Which of the following event processing application is stateless? (select two)