Skip to content

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

@gregorleban

Description

@gregorleban

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions