What is a consequence of increasing the number of partitions in an existing Kafka topic?
What are two examples of performance metrics?
(Select two.)
You need to correctly join data from two Kafka topics.
Which two scenarios will allow for co-partitioning?
(Select two.)
The producer code below features a Callback class with a method called onCompletion().
In the onCompletion() method, when the request is completed successfully, what does the value metadata.offset() represent?
Which tool can you use to modify the replication factor of an existing topic?
You have a topic with four partitions. The application reads from it using two consumers in a single consumer group.
Processing is CPU-bound, and lag is increasing.
What should you do?
Which two statements about Kafka Connect Single Message Transforms (SMTs) are correct?
(Select two.)
You need to consume messages from Kafka using the command-line interface (CLI).
Which command should you use?
A stream processing application is tracking user activity in online shopping carts.
You want to identify periods of user inactivity.
Which type of Kafka Streams window should you use?
Match the topic configuration setting with the reason the setting affects topic durability.
(You are given settings like unclean.leader.election.enable=false, replication.factor, min.insync.replicas=2)
