rocketmq
Here are 209 public repositories matching this topic...
There is some mistake about push Consumer:
8 推动式消费(Push Consumer)
原文如下:
Consumer消费的一种类型,该模式下Broker收到数据后会主动推送给消费端,该消费模式一般实时性较高。
8 Push Consumer
A type of Consumer, Under this high real-time performance mode, it will push the message to the consumer actively when the Broker receives the data.
建议修改:
Broker不会主动推送,而是Consumer定时拉取,只是在用户层面不需要主动调用拉取方法,对用户层面来说像是broker把消息推送过来的
Recommand
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 4, 2020 - Java
The issue tracker is ONLY used for bug report and feature request.
Any question or RocketMQ proposal please use our mailing lists.
BUG REPORT
- Please describe the issue you observed:
-
What did you do (The steps to reproduce)?
Tried to create jdbc source/sink connectors baseing on config template in README.md -
What did you ex
-
Updated
Jul 1, 2020 - Java
-
Updated
May 17, 2019
-
Updated
Jul 2, 2020 - Java
-
Updated
Jul 12, 2020 - Java
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 9, 2020
-
Updated
Feb 9, 2019 - Java
Rather than have the users choose from a list of pre-defined configurations, it might be useful to have a simple command line tools that will take in all of these values as parameters, and generate the YAML configuration file automatically.
e.g. ./bin/generate-workload --num-topics=3 --msg-size=100kb --num-producers=5 ....etc.
-
Updated
Jun 13, 2020 - Java
Improve this page
Add a description, image, and links to the rocketmq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rocketmq topic, visit your repo's landing page and select "manage topics."
Hey guys
I am learning and using seata recently, this is a great thing.
Component
spring-cloud-alibaba-seata:0.9.0.RELEASE
Question
I see that the seata source code contains the spring boot web dependency. **Is there a plan to support [sp