Uses of Class
org.apache.pulsar.broker.loadbalance.BrokerFilterBadVersionException
Packages that use BrokerFilterBadVersionException
Package
Description
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 BrokerFilterBadVersionExceptionModifier and TypeMethodDescriptionvoidBrokerVersionFilter.filter(Set<String> brokers, org.apache.pulsar.policies.data.loadbalancer.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(Set<String> brokers, LoadData loadData) Get the most recent broker version number from the load reports of all the running brokers.