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?
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?