Multiple clients are sharing a Kafka cluster.
As an administrator, how would you ensure that Kafka resources are distributed fairly to all clients?
You are using Confluent Schema Registry to provide a RESTful interface for storing and retrieving schemas.
Which types of schemas are supported? (Choose three.)
A broker in the Kafka cluster is currently acting as the Controller.
Which statement is correct?
Which tool is used for scalably and reliably streaming data between Kafka and other data systems?
You have a Kafka cluster with topics t1 and t2. In the output below, topic t2 shows Partition 1 with a leader “-1”.
...
$ kafka-topics --zookeeper localhost:2181 --describe --topic t2
Topic: t2 Partition: 1 Leader: -1 Replicas: 1 Isr:
What is the most likely reason for this?
Which connector type takes data from a topic and sends it to an external data system?