-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #137
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…re today, closes #69
…ease-client profile similar to release-all profile, reason of performing this change is that latest version of maven-assembly-plugin has removed finalName property.
…xceptions. closes #51
Signed-off-by: shtykh_roman <[email protected]>
…ion projects closes #52
…s passed by java options options
…when running client closes #10
…atch scenario Author: evthoriz <[email protected]> Closes #128 from evthoriz/bugfix.
Signed-off-by: shroman <[email protected]>
… for BrokerData#selectBrokerAddr(). Signed-off-by: shroman <[email protected]>
Signed-off-by: shroman <[email protected]>
I think you may have a look at the contributor's guideline. |
…se failsafe:integration-test run it but not run ut
# Conflicts: # broker/src/main/java/org/apache/rocketmq/broker/processor/PullMessageProcessor.java # common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java # common/src/main/java/org/apache/rocketmq/common/MixAll.java # common/src/main/java/org/apache/rocketmq/common/message/Message.java # common/src/main/java/org/apache/rocketmq/common/protocol/route/BrokerData.java # pom.xml # remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingAbstract.java # store/src/main/java/org/apache/rocketmq/store/CommitLog.java # test/src/main/java/org/apache/rocketmq/test/listener/AbstractListener.java # test/src/test/java/org/apache/rocketmq/test/client/consumer/filter/SqlFilterIT.java
2 similar comments
lizhanhui
pushed a commit
to lizhanhui/rocketmq
that referenced
this pull request
Jun 25, 2019
lizhanhui
pushed a commit
to lizhanhui/rocketmq
that referenced
this pull request
Jun 25, 2019
lollipopjin
added a commit
to lollipopjin/rocketmq
that referenced
this pull request
Jun 16, 2022
…ature_1 * origin/develop_with_prehistory: (3800 commits) Issue apache#179 [BUG]check properties length Issue apache#161 printmsg bug 修复 Issue apache#175 change version to 3.6.3-SNAPSHOT Issue apache#175 pub 3.6.2 server release Issue apache#174 顺序消息重试次数超过默认值,导致消息直接进入死信队列 Issue apache#173 日志滚动异常,更新日志配置 Issue apache#172 rebalance 抛 Error 异常,导致 rebalance 被中断 Issue apache#171 指定消息 id 进行重新发送 Issue apache#146 add trace hook switch and consume return type Issue apache#146 add trace hook switch and consume return type Issue apache#169 Issue apache#158 1. Unify config manager to configuration in common. 2. Configuration is hold in controller. 3. Extend config object or property can register to configuration. Issue apache#163 1. command of get broker config Issue apache#163 1. Directly print msg after query by queue offset. Issue apache#163 1. format file header Issue apache#163 1. support for modifying the config of name server dynamically 2. add two request codes 3. add two commands 3. set config store path when start up using special property file Issue apache#137 【买卖家】队列热点数据分析 Issue apache#162 ConsumerConnection 获取连接失败。 Issue apache#161 printmsg 使用 tag 过滤时,拉消息不全 Issue apache#160 重置位点优化 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
producer client of ConsistentHash selector:
here the code:
public class SelectMessageQueueByConsistentHash implements MessageQueueSelector {
}