Package dev.snowdrop.vertx.kafka
Interface PartitionInfo
-
public interface PartitionInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Node>getInSyncReplicas()NodegetLeader()longgetPartition()List<Node>getReplicas()StringgetTopic()
-