MINOR: Correct configuration property names in the Kafka Connect ACL tables#22847
Merged
AndrewJSchofield merged 1 commit intoJul 18, 2026
Conversation
AndrewJSchofield
approved these changes
Jul 18, 2026
AndrewJSchofield
left a comment
Member
There was a problem hiding this comment.
Thanks for the PR. Looks good to me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Kafka Connect ACL tables referenced two invalid configuration
property names. The Source connector table used the connector-level
offsets.storage.topicname for the worker fallback, whose actualproperty is
offset.storage.topic. The Sink connector table alsomisspelled the connector client override
consumer.override.group.idasconsumer.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 --checkcompleted successfully.Reviewers: Andrew Schofield aschofield@confluent.io