Question 41
If you enable an SSL endpoint in Kafka, what feature of Kafka will be lost?
Question 42
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?
What is the preferred deployment mode for this connector?
Question 43
You have a topic t1 with six partitions. You use Kafka Connect to send data from topic t1 in your Kafka cluster to Amazon S3. Kafka Connect is configured for two tasks.
How many partitions will each task process?
How many partitions will each task process?
Question 44
What is the risk of increasing max.in.flight.requests.per.connection while also enabling retries in a producer?
Question 45
A consumer starts and has auto.offset.reset=none, and the topic partition currently has data for offsets going from 45 to 2311. The consumer group has committed the offset 10 for the topic before. Where will the consumer read from?
