-
### Description
Currently, there are many logging plugins in Shenyu that lack end-to-end (E2E) testing. It is necessary to improve the E2E testing for these logging plugins now. You can refer to th…
xcsnx updated
1 month ago
-
### Before Creating the Bug Report
- [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I have sear…
-
### Before Creating the Bug Report
- [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I have sear…
-
rocketMQ可以正常启动并连接,也可以正常收发消息,但是MQTT这一块就会有点问题,按照官网执行mvn -Prelease-all -DskipTests clean install -U命令后得到一个名为rocketmq-mqtt-1.0.2-SNAPSHOT的文件夹我直接启动无法启动,但根据个人理解修改了\bin\runserver.sh文件后启动成功,下面我会把文件内容贴出来,但是启动成…
-
The issue tracker is **ONLY** used for bug report and feature request.
Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/).
**BUG REPORT*…
-
### Before Creating the Bug Report
- [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I have sear…
-
### Before Creating the Bug Report
- [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I have …
-
生产者发送消息默认使用的是 DefaultMQProducer 类,下面结合实际代码来详细解释,如代码清单3-8所示。
代码清单3-8 DefaultMQProduce 示例
```hljs
public class ProducerQuickStart {
public static void main(String[] args) throws MQClientExce…
-
使用 DefaultMQPushConsumer 主要是设置好各种参数和传入处理消息的函数。系统收到消息后自动调用处理函数来处理消息,自动保存 Offset,而且加入新的 DefaultMQPushConsumer 后会自动做负载均衡。下面结合 org.apache.rocketmq.example.quickstart 包中的源码来介绍,如代码清单3-1所示。
代码清单3-1 Defaul…
-
https://shibd.github.io/2019/04/14/RocketMQ-Phoenix/
Every failure is leading towards success.
shibd updated
3 years ago