Kafka is configured with following parameters - log.retention.hours = 168 log.retention.minutes = 168 log.
retention.ms = 168 How long will the messages be retained for?
Which two statements about Kafka Connect Single Message Transforms (SMTs) are correct?
(Select two.)
I am producing Avro data on my Kafka cluster that is integrated with the Confluent Schema Registry. After a schema change that is incompatible, I know my data will be rejected. Which component will reject the data?
You are experiencing low throughput from a Java producer. You monitor the Kafka metrics and notice that the metrics for that producer show low I/O thread ratio and low I/O thread wait ratio.
What is most likely the cause of the slow producer performance?
There are 3 producers writing to a topic with 5 partitions. There are 5 consumers consuming from the topic.
How many Controllers will be present in the cluster?