You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: