Interface ShareGroupManager
public interface ShareGroupManager
A service to manage Kafka
Share Groups.-
Method Summary
Modifier and TypeMethodDescriptionalterShareGroupOffsets(String clusterId, String shareGroupId, AlterShareGroupOffsetsRequest request) Alters offsets for the KafkaShareGroupwith the givenshareGroupId.deleteShareGroup(String clusterId, String shareGroupId) Deletes the KafkaShareGroupwith the givenshareGroupId.getShareGroup(String clusterId, String shareGroupId) Returns the KafkaShareGroupwith the givenshareGroupId.listShareGroups(String clusterId)
-
Method Details