Commit 8301882
authored
MINOR: Correct configuration property names in the Kafka Connect ACL tables (#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.
Reviewers: Andrew Schofield <aschofield@confluent.io>1 parent 678c0e0 commit 8301882
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
| 689 | + | |
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
| |||
0 commit comments