-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Messages: SEEK ERROR with all partitions selected #3525
Comments
Hello there p-eye! 👋 Thank you and congratulations 🎉 for opening your very first issue in this project! 💖 In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀 |
@p-eye Hi, can you verify it works now with |
Hi, as mentioned in #3568 with 0.6.1 it is working with timestamp but not with offset. |
same as vcanuel |
This issue has been automatically marked as stale because no requested feedback has been provided. It will be closed if no further activity occurs. Thank you for your contributions. |
@Haarolean |
Which version of the app are you running?
v0.6.0
Is your proposal related to a problem?
When I seek messages in topic with Offset OR Timestamp, the request is sent without a seekTo paramater.
And I got the error "seekTo should be set if seekType is OFFSET (TIMESTAMP)"
request without seekTo parameter
error
Describe the solution you'd like
This error occurs after the commit aeda502 (add a new condition disabling to select all partitions)
So removing the condition is a one way.
Describe alternatives you've considered
I guess your commit is for blocking long parameters with GET request.
So this is an alternative i suggest after removing above condition.
AS-IS
TO-BE
Additional context
if these solutions are ok, can i develop it?
I would be grateful for your another suggestion.
Thank you.
The text was updated successfully, but these errors were encountered: