Commit Graph

889 Commits

Author SHA1 Message Date
duhenglucky 28a8d649fa Fix the push subscription not update issue 2019-02-19 16:26:02 +08:00
duhenglucky 84bbb8f318 Merge branch 'snode' of github.com:apache/rocketmq into snode 2019-02-19 15:46:36 +08:00
duhenglucky b572f3e9a9 Modify code style in MetricsServiceImpl class 2019-02-19 15:46:13 +08:00
Heng Du 26f8ae89e8 Merge pull request #813 from ShannonDing/snode
Support real push consume message model
2019-02-19 15:41:19 +08:00
duhenglucky 69097957a3 Remove snode address in MessageExt clas 2019-02-19 15:36:58 +08:00
ShannonDing b8edd0b53a Submit Push Message to consumeservice 2019-02-19 15:19:22 +08:00
duhenglucky 3a4e8669aa Push MessageExt directly to consumer 2019-02-19 14:25:19 +08:00
ShannonDing d49da7b8d8 Open real push model for push consumer 2019-02-19 10:56:09 +08:00
ShannonDing 673fead50a Merge branch 'snode' of github.com:apache/rocketmq into snode 2019-02-18 20:20:38 +08:00
duhenglucky 41f87a4189 Add unit test for MetricsService 2019-02-18 19:23:38 +08:00
duhenglucky 61258bf8b9 Add StatsItem print logic 2019-02-18 13:53:53 +08:00
duhenglucky 9297d560ba Add local metrics sample and compute process 2019-02-18 13:51:46 +08:00
duhenglucky 7692d466e1 Add prometheus metrics exporter for send message 2019-02-18 09:48:05 +08:00
Heng Du e7b710780e Merge pull request #785 from zongtanghu/snode
[RIP 11]Fix some test cases of msg trace part,fix a issue of acl part in 4.4.0, and optimize and adjust codes on Snode.
2019-02-17 22:43:13 +08:00
huzongtang a559753f9e [RIP-11]fix the issue of integrating msg trace to snode and acl in 4.4.0 version.And also add hook for msg trace to snode. 2019-02-16 21:28:12 +08:00
ShannonDing 82b18d5c5f Add RealPush rebalance as default 2019-02-15 17:16:21 +08:00
huzongtang d96b8f2a77 Merge remote-tracking branch 'upstream/snode' into snode 2019-02-14 10:56:21 +08:00
huzongtang cf3e06ca9d [RIP-11]add SEND_BATCH_MESSAGE request code to related processor. 2019-02-14 10:55:57 +08:00
duhenglucky 0f0b565332 Merge storage-with-deleger branch 2019-02-14 09:54:56 +08:00
duhenglucky 806f36b4c7 Removed console print in client 2019-02-11 10:11:29 +08:00
duhenglucky 0e4aa3ab90 Polish consumer offset management process, prevent queryed old offset in an random snode 2019-02-09 23:38:01 +08:00
duhenglucky 21d18b35dd Merge branch 'snode' of github.com:apache/rocketmq into snode 2019-02-07 22:31:07 +08:00
duhenglucky cb90409ee0 Fix connection closed but not clean session issue 2019-02-07 22:30:47 +08:00
Heng Du 3b62168c02 Merge pull request #748 from zongtanghu/snode
[RIP 11]Move SnodeConfig class to common module.
2019-02-02 16:51:32 +08:00
huzongtang c47978d62f [ISSUE #747]Optimize and adjust codes on Snode. 2019-02-02 15:22:47 +08:00
Heng Du e6d0afbf90 Merge pull request #746 from zongtanghu/snode
[ISSUE #743]Fix code style issue and adjust some unit test in client module for the client.
2019-02-01 16:10:02 +08:00
huzongtang 4f24cd4918 [ISSUE #743]fix some uint test cases in client module. 2019-02-01 15:27:27 +08:00
huzongtang 1aa6d197e6 [ISSUE #743]fix codestyle issue and adjust some issues in client module. 2019-02-01 14:19:45 +08:00
Heng Du 81b4293a47 Merge pull request #745 from zongtanghu/snode
[ISSUE #743]adjust some codes of supporting Http2 for rocketmq.
2019-02-01 11:39:09 +08:00
huzongtang 7268076529 [ISSUE #743]adjust some codes of supporting Http2 for rocketmq. 2019-02-01 10:50:59 +08:00
dongeforever cd4779e03a Do not send heartbeat for every pull request 2019-01-31 15:51:47 +08:00
dongeforever 0586d575c5 Merge branch 'develop' into store_with_dledger
# Conflicts:
#	.gitignore
2019-01-31 15:05:35 +08:00
Heng Du ba48f6a298 Merge pull request #739 from ShannonDing/snode
[ISSUE #737]Polish Push Consumer
2019-01-31 13:59:42 +08:00
ShannonDing 60e12f0890 Polish Push Comsumer 2019-01-31 13:24:42 +08:00
duhenglucky 9fc0ce454f Polish snode register process 2019-01-31 11:03:29 +08:00
Heng Du 8f517779f5 Merge pull request #738 from ShannonDing/snode
[ISSUE #737]Send and consumer messages by linking to snodes
2019-01-31 10:59:53 +08:00
dinglei 38d71d9a22 Update AsyncProducer.java 2019-01-31 10:59:29 +08:00
dinglei 6021e46b11 Update Producer.java 2019-01-31 10:58:59 +08:00
dinglei 318c606fc5 Update Consumer.java 2019-01-31 10:58:32 +08:00
ShannonDing 245146b209 Support link to snode 2019-01-30 23:23:00 +08:00
Heng Du b3dfa1c437 Merge pull request #733 from xiangwangcheng/snode
[ISSUE #730]refactor Remoting module to support mqtt encode/decode and implement part of logic of mqtt CONNECT request
2019-01-30 21:56:34 +08:00
chengxiangwang 7f234337d0 optimize logic with dispatcher;add some test case 2019-01-30 21:23:55 +08:00
chengxiangwang 4d88d5b419 fix checkstyle error 2019-01-30 21:23:53 +08:00
chengxiangwang 686b5c79c2 implement part of logic of mqtt CONNECT request 2019-01-30 21:23:52 +08:00
chengxiangwang 359e443247 add mqtt support and fix NPE of shutdown method in SnodeController 2019-01-30 21:23:49 +08:00
chengxiangwang 5d60a63501 add mqtt protocol support 2019-01-30 21:23:48 +08:00
duhenglucky e49c61691e Add slow consumer resolve strategy 2019-01-30 17:33:20 +08:00
duhenglucky 3648147175 Rename flow control config file 2019-01-29 23:18:30 +08:00
duhenglucky 256912a597 Add snode route info obtain logic 2019-01-29 23:09:29 +08:00
duhenglucky 032ea2ee31 Add snode config file 2019-01-29 16:13:07 +08:00