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 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?
How can authentication for both internal component traffic and external client traffic be accomplished?
How can load balancing of Kafka clients across multiple brokers be accomplished?
Which tool is used for scalably and reliably streaming data between Kafka and other data systems?
The Consumer property ‘auto offset reset’ determines what to do if there is no valid offset for a Consumer Group.
Which scenario is an example of a valid offset and therefore the ‘auto.offset.reset’ does NOT apply?
Your Kafka cluster has four brokers. The topic t1 on the cluster has two partitions, and it has a replication factor of three. You create a Consumer Group with four consumers, which subscribes to t1.
In the scenario above, how many Controllers are in the Kafka cluster?