Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Exam CCAAK All Questions
Exam CCAAK All Questions

View all questions & answers for the CCAAK exam

Confluent Certified Administrator CCAAK Question # 10 Topic 2 Discussion

CCAAK Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

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"

}


A.

Increase the number of Connect Nodes.


B.

Increase the number of Connect Tasks (tasks max value).


C.

Increase the number of partitions.


D.

Increase the replication factor and increase the number of Connect Tasks.


Get Premium CCAAK Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.