You are experiencing low throughput from a Java producer.
Metrics show low I/O thread ratio and low I/O thread wait ratio.
What is the most likely cause of the slow producer performance?
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.)