You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the connector configuration we can configure the following:
errors.deadletterqueue.topic.name
errors.deadletterqueue.context.headers.enable
errors.deadletterqueue.topic.replication.factor
But we don't have any option for
errors.deadletterqueue.topic.partitions
It always forces the partition number for DLQs into 1 and this causes errors on AWS MSK Connect.
What are the options to avoid or overwrite this value and make it into 10?
I was trying to see where it does the import for setting that DLQ and I'm not able to find it.
On the connector configuration we can configure the following:
errors.deadletterqueue.topic.name
errors.deadletterqueue.context.headers.enable
errors.deadletterqueue.topic.replication.factor
But we don't have any option for
errors.deadletterqueue.topic.partitions
It always forces the partition number for DLQs into 1 and this causes errors on AWS MSK Connect.
What are the options to avoid or overwrite this value and make it into 10?
I was trying to see where it does the import for setting that DLQ and I'm not able to find it.
I'm using
The text was updated successfully, but these errors were encountered: