Skip to content

did it have a methed called 'fetch_consumer_group_offsets' ?  #659

@Jungle666

Description

@Jungle666

i want know a group_id has consumed how many offset on a topic.
let offsets = admin_client.fetch_consumer_group_offsets(group_id, &[topic_name.to_string()], None).await?;

in java,we have:

kafkaAdminClient.listConsumerGroupOffsets(group_id).partitionsToOffsetAndMetadata().get();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions