Skip to content

list_consumer_group_offsets is always 10x slower that origin kafka-consumer-groups.sh --describe #1798

Closed
@jdxin0

Description

@jdxin0

list_consumer_group_offsets is always 10x slower that origin kafka-consumer-groups.sh --describe.

bin/kafka-consumer-groups.sh --bootstrap-server 127.0.0.1:9092 --describe --group test
admin_client = KafkaAdminClient(bootstrap_servers=["127.0.0.1:9092"])
admin_client.list_consumer_group_offsets('test')

kafka version 1.1
kafka-python version 1.4.6

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