arcabotai opened a new pull request, #23195: URL: https://github.com/apache/kafka/pull/23195
## Summary Docs-only typo and copy-paste fixes in `docs/streams/developer-guide/config-streams.md`: - Rename the duplicate `rack.aware.assignment.non_overlap_cost` table row (cross-rack traffic description) to `rack.aware.assignment.traffic_cost` - `balance_suttopology` → `balance_subtopology` - Remove the stray `)` in `acks="1")` - `main.consumer.` / `main.consumer.` → `main.consumer.` / `global.consumer.` - Remove the stray period after the `processing.guarantee` table cell - `streamsConfig.put` → `streamsSettings.put` in the RocksDB example - `Acceptable value are` → `Acceptable values are`; `This settings means` → `This setting means` No JIRA ticket: these are trivial docs typos, which [Contributing Code Changes](https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes) says do not require one. This is original work and is licensed to the project under the Apache License 2.0. ## Test plan - [x] Docs-only change; no code or tests - [x] Confirmed each old string existed on `trunk` before editing - [x] Diff is limited to `docs/streams/developer-guide/config-streams.md` Co-Authored-By: Cursor Agent Generated-by: Cursor Agent -- 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]
