Which secure communication is supported between the REST proxy and REST clients?
You have a cluster with a topic t1 that already has uncompressed messages. A new Producer starts sending messages to t1 with compression enabled.
Which condition would allow this?
How can authentication for both internal component traffic and external client traffic be accomplished?
What is the atomic unit of data in Kafka?
Where are Apache Kafka Access Control Lists stored?
Which tool is used for scalably and reliably streaming data between Kafka and other data systems?
Which statements are correct about partitions? (Choose two.)
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?
By default, what do Kafka broker network connections have?
Your organization has a mission-critical Kafka cluster that must be highly available. A Disaster Recovery (DR) cluster has been set up using Replicator, and data is continuously being replicated from source cluster to the DR cluster. However, you notice that the message on offset 1002 on source cluster does not seem to match with offset 1002 on the destination DR cluster.
Which statement is correct?