Skip to content

Ensure partition filter matches topic's partitions #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

baac0
Copy link
Contributor

@baac0 baac0 commented Jul 25, 2025

Method listOffsetsWithTimestamps will silently ignore partitions specified as filter if they are not actually part of the topic. On the other hand, specifying a topic that does not exist will raise an error. Hence, this patch introduces an error that notifies the caller about the issue.

Method listOffsetsWithTimestamps will silently ignore partitions
specified as filter if they are not actually part of the topic. On the
other hand, specifying a topic that does not exist will raise an error.
Hence, this patch introduces an error that notifies the caller about the
issue.

Change-Id: I510b398d05a17c877219ea98ba93374f283373df
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina requested a review from ShogunPanda July 25, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants