nerdexam
Confluent

CCAAK · Question #65

CCAAK Question #65: Real Exam Question with Answer & Explanation

Sign in or unlock CCAAK to reveal the answer and full explanation for question #65. The question stem and answer options stay visible for context.

Question

Kafka Connect is running on a two node cluster in distributed mode. The connector is a source connector that pulls data from Postgres tables (users/payment/orders), writes to topics with two partitions, and with replication factor two. The development team notices that the data is lagging behind. What should be done to reduce the data lag*? The Connector definition is listed below: { "name": "confluent-postgresql-source", "connector class": "PostgresSource", "topic.prefix": "postgresql_", & nbsp;& nbsp;& nbsp;... "db.name": "postgres", "table.whitelist": "users.payment.orders", "timestamp.column.name": "created_at", "output.data format": "JSON", "db.timezone": "UTC", "tasks.max": "1" }

Options

  • AIncrease the number of Connect Nodes.
  • BIncrease the number of Connect Tasks (tasks max value).
  • CIncrease the number of partitions.
  • DIncrease the replication factor and increase the number of Connect Tasks.

Unlock CCAAK to see the answer

You've previewed enough free CCAAK questions. Unlock CCAAK for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full CCAAK Practice
Kafka Connect is running on a two node cluster in distributed... | CCAAK Q#65 Answer | NerdExam