Interface Topology

All Known Implementing Classes:
TopologyImpl

@Deprecated public interface Topology
Deprecated.
since 8.8 for removal in 8.9, replaced by Topology
  • Method Details

    • getBrokers

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

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

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

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

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