原文:自研 Pulsar Starter:winfun-pulsar-spring-boot-starter 里程碑 一、背景 Pulsar 作为新生代云原生消息队列,越来越受到开发者的热爱;而我们现在基本上的项目都是基于 SpringBoot 上开发的,但是我们可以发现,至今都没有比较大众和成熟的关于 Pulsar 的 Starter,所以我们需要自己整一个,从而避免常规使用 Pulsar API...
Spring boot starter forApache Pulsar Quick Start Simple start consist only from 3 simple steps. 1. Add Maven dependency <dependency><groupId>io.github.majusko</groupId><artifactId>pulsar-java-spring-boot-starter</artifactId><version>${version}</version></dependency> ...
三、使用例子 3.1、引入依赖io.github.howinfunwinfun-pulsar-spring-boot-starter1.1.0 3.2、加入配置 pulsar.service-url=pulsar://127.0.0.1:6650pulsar.tenant=winfunpulsar.namespace=studypulsar.operation-timeout=30pulsar.io-threads=10pulsar.listener-threads=10 3.3、发送消息 /***发送消息*@author:winfu...
CallMeE/spring-boot-pulsar-starter-client 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 克隆/下载 git config --global user.name userName git config --global user.email userEmail ...
Spring boot starter forApache Pulsar Example/Demo project Quick Start Simple steps to start using the library. 1. Add Maven dependency <dependency> <groupId>io.github.majusko</groupId> <artifactId>pulsar-java-spring-boot-starter</artifactId> <version>1.2.0</version> </dependency> ...
3.1、winfun-pulsar-spring-boot-starter:1.1.0 版本 第一个版本,不支持多数据源。 3.1.1、引入依赖 <dependency> <groupId>io.github.howinfun</groupId> <artifactId>winfun-pulsar-spring-boot-starter</artifactId> <version>1.1.0</version>
spring boot starter pulsar maven download failed hi, i have a question about pom dependency。 like this pic i see the spring-boot-starter-pulsar is exist. in the starters. not understand of download failed; my english is pool. please understand...
功能丰富,使用简单。pulsar spring boot starter基于注解实现,全面支持EL表达式,支持任何数据类型传输,不限制,即使生产者发送数据结构与消费者接收数据结构不一致也能完美解析,支持超复杂数据结构自定义解析。 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 ...
原文:自研 Pulsar Starter:winfun-pulsar-spring-boot-starter 里程碑 一、背景 Pulsar 作为新生代云原生消息队列,越来越受到开发者的热爱;而我们现在基本上的项目都是基于 SpringBoot 上开发的,但是我们可以发现,至今都没有比较大众和成熟的关于 Pulsar 的 Starter,所以我们需要自己整一个,从而避免常规使用 Pulsar API...
<dependency>>io.gitee.mrxangel</groupId><artifactId>spring-boot-starter-data-pulsar</artifactId><version>1.2.0</version></dependency> Configure Producer Code examples: @ComponentpublicclassAlarmPulsarProducer{@PulsarProducer(topic ="persistent://pulsar-9r8ar7mn39/Test/topic1")publicString videoProd...