- 使用 Spring Initializr 创建 Spring Boot 应用程序
- 在Spring Boot中配置Cassandra
- 在 Spring Boot 上配置 Tomcat 连接池
- 将Camel消息路由到嵌入WildFly的Artemis上
本文整理了Java中pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperTopicRepository.<init>()
方法的一些代码示例,展示了ZookeeperTopicRepository.<init>()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。ZookeeperTopicRepository.<init>()
方法的具体详情如下:
包路径:pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperTopicRepository
类名称:ZookeeperTopicRepository
方法名:<init>
暂无
代码示例来源:origin: allegro/hermes
@Override
public TopicRepository provide() {
return new ZookeeperTopicRepository(zookeeper, mapper, paths, groupRepository);
}
代码示例来源:origin: allegro/hermes
@Bean
TopicRepository topicRepository() {
return new ZookeeperTopicRepository(storageZookeeper(), objectMapper, zookeeperPaths(), groupRepository());
}
代码示例来源:origin: allegro/hermes
ConsumerTestRuntimeEnvironment(Supplier<CuratorFramework> curatorSupplier) {
this.paths = new ZookeeperPaths("/hermes");
this.curatorSupplier = curatorSupplier;
this.curator = curatorSupplier.get();
this.groupRepository = new ZookeeperGroupRepository(curator, objectMapper, paths);
this.topicRepository = new ZookeeperTopicRepository(curator, objectMapper, paths, groupRepository);
this.subscriptionRepository = new ZookeeperSubscriptionRepository(
curator, objectMapper, paths, topicRepository
);
this.configFactory = new MutableConfigFactory()
.overrideProperty(CONSUMER_WORKLOAD_REBALANCE_INTERVAL, 1)
.overrideProperty(CONSUMER_WORKLOAD_CONSUMERS_PER_SUBSCRIPTION, 2);
this.consumersRegistry = new ConsumerNodesRegistry(
curator, executorService, paths.consumersRegistryPath(CLUSTER_NAME), "id",
DEATH_OF_CONSUMER_AFTER_SECONDS, Clock.systemDefaultZone());
this.metricsSupplier = () -> new HermesMetrics(new MetricRegistry(), new PathsCompiler("localhost"));
try {
consumersRegistry.start();
} catch (Exception e) {
throw new InternalProcessingException(e);
}
}
我正在尝试使用 NFC 从血糖仪读取数据,目前在 Android 上,还没有尝试过 iOS(没有带 NFC 的手机)。 我正在使用 react-native-nfc-manager 作为库和它附带的示
我的 friend 要我帮助他为PIC12 MCU编写一个小程序。我们想要 当输入电压在2秒钟内小于1.9V时,程序停止运行。 当输入电压超过2.5V时,程序将立即作出 react 。 我尝试通过阅读
我想在 Android 上编写我的第一个 NFC 应用程序。为此,我使用 android 开发人员链接:http://developer.android.com/guide/topics/nfc/in
我有一个开发人员已将解锁 Lumia 635 昨天更新为Windows 10 Mobile Technical Preview(操作系统版本: 10.0.12562.84 )。 在Visual Stu
我正在尝试使用 BigVideo.js,它在 Chrome 和 Safari 中运行良好,但在 Firefox 中显示错误“this.tech is undefined”导致视频无法运行。有没有人以前
我在使用 Video.JS 脚本(结合 BigVideo.js)时遇到一点问题 第 2511 行:this.tech.isReady 为空或不是对象 以下情况发生在 IE7-8 和 Firefox 1
本文整理了Java中pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths类的一些代码示例,展示了ZookeeperPaths类的
本文整理了Java中pl.allegro.tech.hermes.common.broker.ZookeeperBrokerStorage类的一些代码示例,展示了ZookeeperBrokerStor
本文整理了Java中pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperTopicRepository类的一些代码示例,展示了Zookee
本文整理了Java中pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperSubscriptionRepository类的一些代码示例,展示
本文整理了Java中pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperGroupRepository类的一些代码示例,展示了Zookee
Elasticsearch是否支持tokenizer来按大写字符对术语进行标记,例如:将TheStarTech标记为术语[The, Star, Tech]。 Pattern tokenizer似乎有帮
本文整理了Java中pl.allegro.tech.hermes.test.helper.zookeeper.ZookeeperWaiter类的一些代码示例,展示了ZookeeperWaiter类的具
本文整理了Java中pl.allegro.tech.hermes.common.admin.zookeeper.ZookeeperAdminCache类的一些代码示例,展示了ZookeeperAdmi
本文整理了Java中pl.allegro.tech.hermes.common.message.undelivered.ZookeeperUndeliveredMessageLog类的一些代码示例,展
不知道为什么 migrate 正在寻找 'teches' 而不是真正的表名 'techs'? 文件:TechsTableSeeder.php class TechsTableSeeder extend
这个问题在这里已经有了答案: C/C++: Pointer Arithmetic (7 个答案) Why does int pointer '++' increment by 4 rather th
我在我的网站 roundabouttech.com 上做了 ssl。但问题是当我输入完整的“https://roundabouttech.com”时,它会以 https 打开。但是当我只输入“roun
本文整理了Java中pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths.consumersRateHistoryPath()方
本文整理了Java中pl.allegro.tech.hermes.infrastructure.zookeeper.ZookeeperPaths.consumersMaxRatePath()方法的一些
我是一名优秀的程序员,十分优秀!