Which two statements are correct when assigning partitions to the consumers in a consumer group using the assign() API?
(Select two.)
(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?)
You need to collect logs from a host and write them to a Kafka topic named 'logs-topic'. You decide to use Kafka Connect File Source connector for this task.
What is the preferred deployment mode for this connector?
You want to connect with username and password to a secured Kafka cluster that has SSL encryption.
Which properties must your client include?
You need to explain the best reason to implement the consumer callback interface ConsumerRebalanceListener prior to a Consumer Group Rebalance.
Which statement is correct?
Which statement is true about how exactly-once semantics (EOS) work in Kafka Streams?