Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarify effect on quotas, as recommended by Arjun Satish

...

Any client IDs specified in the worker configuration via producer.client.id or consumer.client.id properties will remain unchanged, as those will take precedence.

This change can While this change will not affect quota limits, in some cases it could have an indirect impact on resource usage by a Connector. For example, systems a system that were was enforcing quotas using a the default "consumer-[id]" client id ids will now have need to update their configuration to enforce quota on "connector-consumer-[task-id]" instead. Note that enforcing quotas on default client ids in this way is not recommended, before or after this change. For systems that were not enforcing any quota limits on client ids, or using default quotas, no change is expected.

...