RefreshMetadata takes a list of topics and queries the cluster to refresh the available metadata for those topics. If no topics are provided, it will refresh metadata for all topics.
(topics ...string)
| 81 | // available metadata for those topics. If no topics are provided, it will refresh |
| 82 | // metadata for all topics. |
| 83 | RefreshMetadata(topics ...string) error |
| 84 | |
| 85 | // GetOffset queries the cluster to get the most recent available offset at the |
| 86 | // given time (in milliseconds) on the topic/partition combination. |
no outgoing calls