popsunlake opened a new pull request, #22847:
URL: https://github.com/apache/kafka/pull/22847

   The Kafka Connect ACL tables referenced two invalid configuration property 
names. The Source connector table used the connector-level 
`offsets.storage.topic` name for the worker fallback, whose actual property is 
`offset.storage.topic`. The Sink connector table also misspelled the connector 
client override `consumer.override.group.id` as `consumer.overrides.group.id`.
   
   This change corrects both references so that the ACL guidance matches the 
worker configuration and connector override names used elsewhere in the guide 
and in the Connect configuration classes.
   
   No tests were run because this is a documentation-only change. `git diff 
--check` completed successfully.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to