Uses of Class
org.apache.pulsar.broker.loadbalance.BrokerFilterBadVersionException
-
Packages that use BrokerFilterBadVersionException Package Description org.apache.pulsar.broker.loadbalance.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of BrokerFilterBadVersionException in org.apache.pulsar.broker.loadbalance.impl
Methods in org.apache.pulsar.broker.loadbalance.impl that throw BrokerFilterBadVersionException Modifier and Type Method Description voidBrokerVersionFilter. filter(java.util.Set<java.lang.String> brokers, BundleData bundleToAssign, LoadData loadData, org.apache.pulsar.broker.ServiceConfiguration conf)From the given set of available broker candidates, filter those using the version numbers.com.github.zafarkhaja.semver.VersionBrokerVersionFilter. getLatestVersionNumber(java.util.Set<java.lang.String> brokers, LoadData loadData)Get the most recent broker version number from the load reports of all the running brokers.
-