Class ConsumerAssignmentRegistry
java.lang.Object
pl.allegro.tech.hermes.consumers.supervisor.workload.ConsumerAssignmentRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionConsumerAssignmentRegistry(org.apache.curator.framework.CuratorFramework curator, int assignmentsEncoderBufferSize, String clusterName, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths, SubscriptionIds subscriptionIds) -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateAssignments(String consumerNode, Set<pl.allegro.tech.hermes.api.SubscriptionName> subscriptions)
-
Constructor Details
-
ConsumerAssignmentRegistry
public ConsumerAssignmentRegistry(org.apache.curator.framework.CuratorFramework curator, int assignmentsEncoderBufferSize, String clusterName, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths, SubscriptionIds subscriptionIds)
-
-
Method Details
-
updateAssignments
-