Interface Topology

All Known Implementing Classes:
TopologyImpl

public interface Topology
  • Method Details

    • getBrokers

      List<BrokerInfo> getBrokers()
      Returns:
      all (known) brokers of the cluster
    • getClusterSize

      int getClusterSize()
      Returns:
      the size of the Zeebe broker cluster
    • getPartitionsCount

      int getPartitionsCount()
      Returns:
      the configured number of partitions
    • getReplicationFactor

      int getReplicationFactor()
      Returns:
      the configured replication factor for every partition
    • getGatewayVersion

      String getGatewayVersion()
      Returns:
      the gateway version or an empty string if none was found