MINOR: Remove reference to 'offset backing store' from exception message in KafkaBasedLog - #13810
Merged
C0urante merged 1 commit intoJun 5, 2023
Conversation
…age in KafkaBasedLog
Contributor
|
Similar to #13808 (comment), I've verified locally that this builds correctly and, given the extremely limited scope of the change, feel comfortable merging without waiting for CI first. |
3 tasks
arianizadi
pushed a commit
to GonzalooDelgado/kafka
that referenced
this pull request
Nov 3, 2025
…age in KafkaBasedLog (apache#13810) Reviewers: Chris Egerton <chrise@aiven.io> (cherry picked from commit fca7ee7)
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.
KafkaBasedLogabstraction is used by Kafka Connect's three metadata topics - offsets, configs, and statuses.KafkaBasedLogwas split off from theKafkaOffsetBackingStorehere when adding support for the distributed mode in Kafka Connect (specifically for supporting the Kafka topic based config backing store)KafkaBasedLog's generic functionality (versus the offsets topic specific logic in theKafkaOffsetBackingStore)Committer Checklist (excluded from commit message)