Less network calls for getting offsets of a Topic

24 views Asked by At

This is the API call for getting topic offsets -

GET /topics/(string:topic_name)/partitions/(int:partition_id)/offsets

Here we have to give partition_id.

Is there a way to get offsets for all partitions of a topic in one API call?

0

There are 0 answers