Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that the IdempotentWrite  ACL has been deprecated as of 2.8 (see see KIP-679) and will only be necessary for Connect clusters running on pre-2.8 Kafka clusters.

...

Before setting exactly.once.source.support  to preparing  or enabled , the producer principal for the worker must be given the following permissions on the Kafka cluster it writes to:

Operation

Resource Type

Resource Name

Write

TransactionalId

connect-cluster-${groupId} , where ${groupId } is the group ID of the cluster

Describe

TransactionalId

connect-cluster-${groupId} , where ${groupId } is the group ID of the cluster

IdempotentWrite *

Cluster

Kafka cluster targeted by the Connect cluster

* - Note that the IdempotentWrite  ACL has been deprecated as of 2.8 (see see KIP-679) and will only be necessary for Connect clusters running on pre-2.8 Kafka clusters.

...

* - Note that the IdempotentWrite  ACL has been deprecated as of 2.8 (see see KIP-679) and will only be necessary for Connect clusters running on pre-2.8 Kafka clusters.

...