Question 31
Clients that connect to a Kafka cluster are required to specify one or more brokers in the 'bootstrap.servers' parameter.
What is the primary advantage to specifying more than one broker?
What is the primary advantage to specifying more than one broker?
Question 32
A Kafka cluster has four brokers with a topic t1 with eight partitions. A client application has just one broker specified in the bootstrap URL.
Brokers:
b1.host.domain.com
b2.host.domain.com
b3.host.domain.com
b4.host.domain.com
Bootstrap URL:
b2.host.domain.com
What would be the impact of such configuration?
Brokers:
b1.host.domain.com
b2.host.domain.com
b3.host.domain.com
b4.host.domain.com
Bootstrap URL:
b2.host.domain.com
What would be the impact of such configuration?
Question 33
Your configuration parameters for a Source connector and Connect worker are:
* offset.flush.interval.ms=60000
* offset.flush.timeout.ms=500
* offset.storage.topic=connect-offsets
* offset.storage.replication.factor=-1Which four statements match the expected behavior?(Select four.)
* offset.flush.interval.ms=60000
* offset.flush.timeout.ms=500
* offset.storage.topic=connect-offsets
* offset.storage.replication.factor=-1Which four statements match the expected behavior?(Select four.)
Question 34
You need to correctly join data from two Kafka topics.
Which two scenarios will allow for co-partitioning?
(Select two.)
Which two scenarios will allow for co-partitioning?
(Select two.)
Question 35
Which of the following setting increases the chance of batching for a Kafka Producer?
