Class StreamsGroupSubtopologyDescription
java.lang.Object
org.apache.kafka.clients.admin.StreamsGroupSubtopologyDescription
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInformation about a topic.Constructor Summary
ConstructorsConstructorDescriptionStreamsGroupSubtopologyDescription(String subtopologyId, List<String> sourceTopics, List<String> repartitionSinkTopics, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> stateChangelogTopics, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> repartitionSourceTopics) Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The repartition topics the topology writes to.The set of source topics that are internally created repartition topics.The topics the topology reads from.The set of state changelog topics associated with this subtopology.String to uniquely identify the subtopology.toString()
Constructor Details
StreamsGroupSubtopologyDescription
Method Details
subtopologyId
String to uniquely identify the subtopology.sourceTopics
repartitionSinkTopics
stateChangelogTopics
The set of state changelog topics associated with this subtopology.repartitionSourceTopics
The set of source topics that are internally created repartition topics.equals
hashCode
toString