Question 51

Which two statements about Kafka Connect Single Message Transforms (SMTs) are correct?
(Select two.)
  • Question 52

    (You are configuring a source connector that writes records to an Orders topic.
    You need to send some of the records to a different topic.
    Which Single Message Transform (SMT) is best suited for this requirement?)
  • Question 53

    A producer just sent a message to the leader broker for a topic partition. The producer used acks=1 and therefore the data has not yet been replicated to followers. Under which conditions will the consumer see the message?
  • Question 54

    How do you create a topic named test with 3 partitions and 3 replicas using the Kafka CLI?
  • Question 55

    A consumer wants to read messages from a specific partition of a topic. How can this be achieved?