Skip to content
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

Is GET /topics/(string:topic_name)/partitions/(int:partition_id)/messages?offset=(int) still available? #1309

Open
gregorleban opened this issue Nov 11, 2024 · 0 comments

Comments

@gregorleban
Copy link

gregorleban commented Nov 11, 2024

Hi,

I'm using Confluent 7.7.1 and trying to consume messages using the Kafka Rest Proxy. I want to consume messages by providing individual offset values as it was available in an older version by calling:

GET /topics/(string:topic_name)/partitions/(int:partition_id)/messages?offset=(int)

The message that I get back is

{"error_code":404,"message":"HTTP 404 Not Found"}

Is the API call still available? It is not described in the documentation so my guess is it is discontinued. Do you know what is the latest version that still had that API call available?

Thank you in advance,
Gregor

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

No branches or pull requests

1 participant