A topic "sales" is being produced to in the Americas region. You are mirroring this topic using Mirror Maker to the European region. From there, you are only reading the topic for analytics purposes. What kind of mirroring is this?
Where are the ACLs stored in a Kafka cluster by default?
Once sent to a topic, a message can be modified
To allow consumers in a group to resume at the previously committed offset, I need to set the proper value for...
There are 3 producers writing to a topic with 5 partitions. There are 10 consumers consuming from the topic as part of the same group. How many consumers will remain idle?
Where are the dynamic configurations for a topic stored?
If you enable an SSL endpoint in Kafka, what feature of Kafka will be lost?
What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)
An ecommerce website maintains two topics - a high volume "purchase" topic with 5 partitions and low volume "customer" topic with 3 partitions. You would like to do a stream-table join of these topics. How should you proceed?
Using the Confluent Schema Registry, where are Avro schema stored?
In Avro, removing a field that does not have a default is a __ schema evolution
is KSQL ANSI SQL compliant?
How will you read all the messages from a topic in your KSQL query?
What is true about replicas ?
What happens if you write the following code in your producer? producer.send(producerRecord).get()
What is a generic unique id that I can use for messages I receive from a consumer?
What is the risk of increasing max.in.flight.requests.per.connection while also enabling retries in a producer?
To transform data from a Kafka topic to another one, I should use
What is the disadvantage of request/response communication?
In Avro, adding an element to an enum without a default is a __ schema evolution
Your topic is log compacted and you are sending a message with the key K and value null. What will happen?
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?