Class RegistryConfiguration
- java.lang.Object
-
- pl.allegro.tech.hermes.consumers.config.RegistryConfiguration
-
@Configuration @EnableConfigurationProperties({KafkaClustersProperties.class,WorkloadProperties.class}) public class RegistryConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RegistryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumerNodesRegistryconsumerNodesRegistry(org.apache.curator.framework.CuratorFramework curatorFramework, KafkaClustersProperties kafkaClustersProperties, WorkloadProperties workloadProperties, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths, java.time.Clock clock, pl.allegro.tech.hermes.infrastructure.dc.DatacenterNameProvider datacenterNameProvider)
-
-
-
Method Detail
-
consumerNodesRegistry
@Bean(initMethod="start", destroyMethod="stop") public ConsumerNodesRegistry consumerNodesRegistry(org.apache.curator.framework.CuratorFramework curatorFramework, KafkaClustersProperties kafkaClustersProperties, WorkloadProperties workloadProperties, pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths zookeeperPaths, java.time.Clock clock, pl.allegro.tech.hermes.infrastructure.dc.DatacenterNameProvider datacenterNameProvider)
-
-