You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/05/26 12:34:04 UTC

[jira] [Updated] (KAFKA-5234) GetOffsetShell: retrieve offsets for multiple topics with single request

     [ https://issues.apache.org/jira/browse/KAFKA-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismael Juma updated KAFKA-5234:
-------------------------------
    Fix Version/s:     (was: 0.11.0.0)
                   0.11.1.0

> GetOffsetShell: retrieve offsets for multiple topics with single request
> ------------------------------------------------------------------------
>
>                 Key: KAFKA-5234
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5234
>             Project: Kafka
>          Issue Type: Improvement
>          Components: tools
>            Reporter: Arseniy Tashoyan
>              Labels: tool
>             Fix For: 0.11.1.0
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> At present, GetOffsetShell is able to retrieve offsets for one topic only:
> --topic <topic> REQUIRED: The topic to get offsets from.
> If user wants to get offsets for several topics, he has to call GetOffsetShell as many times as the number of topics to explore. Some solutions may have dozens of topics. Monitoring of a large Kafka cluster with GetOffsetShell requires additional scripting efforts and produces visible performance drawback due to multiple requests to the broker.
> Instead, GetOffsetShell should support multiple topics, for example:
> --topics topic1,topic2,topic3
> Moreover, GetOffsetShell should be able to retrieve offsets for _all_ topics, when user specified none topics in command line.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)