The Wayback Machine - https://web.archive.org/web/20200716123426/https://github.com/topics/rocketmq
Skip to content
#

rocketmq

Here are 209 public repositories matching this topic...

coder-zzzz
coder-zzzz commented Apr 16, 2020

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

flink-learning

flink learning blog. http://www.54tianzhisheng.cn 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
  • Updated Jul 4, 2020
  • Java
gripson
gripson commented Apr 8, 2020

The issue tracker is ONLY used for bug report and feature request.

Any question or RocketMQ proposal please use our mailing lists.

BUG REPORT

  1. 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

Improve this page

Add a description, image, and links to the rocketmq topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rocketmq topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.