Interface StreamsGroupManager
public interface StreamsGroupManager
A service to manage Kafka
Streams Groups.-
Method Summary
Modifier and TypeMethodDescriptiongetStreamsGroup(String clusterId, String streamsGroupId) Returns the KafkaStreamsGroupwith the givenstreamsGroupId.listStreamsGroups(String clusterId)
-
Method Details
-
listStreamsGroups
-
getStreamsGroup
Returns the KafkaStreamsGroupwith the givenstreamsGroupId.
-