[GitHub] [rocketmq] fengcharly commented on issue #6599: Broker dynamically perceives the expansion and contraction of nameserver

2023-04-26 Thread via GitHub
fengcharly commented on issue #6599: URL: https://github.com/apache/rocketmq/issues/6599#issuecomment-1524832825 I think it's possible to see if the broker supports dynamic routing by default, as this is necessary in k8s. Additionally, it would be great if all broker configurations support

[GitHub] [rocketmq] zk-drizzle commented on pull request #6507: [ISSUE #6336] [RIP-62] Cold Read Control

2023-04-26 Thread via GitHub
zk-drizzle commented on PR #6507: URL: https://github.com/apache/rocketmq/pull/6507#issuecomment-1524831339 reopen -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [rocketmq] fengcharly commented on issue #6599: Broker dynamically perceives the expansion and contraction of nameserver

2023-04-26 Thread via GitHub
fengcharly commented on issue #6599: URL: https://github.com/apache/rocketmq/issues/6599#issuecomment-1524829518 > Could you please share more about your thoughts or reasons? At the beginning, I was planning to deploy a static HTTP service like this. Although I solved the problem of d

[GitHub] [rocketmq] zk-drizzle closed pull request #6507: [ISSUE #6336] [RIP-62] Cold Read Control

2023-04-26 Thread via GitHub
zk-drizzle closed pull request #6507: [ISSUE #6336] [RIP-62] Cold Read Control URL: https://github.com/apache/rocketmq/pull/6507 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [rocketmq] KitherRunner commented on issue #6654: An unstable unit test: BrokerOuterAPITest.test_needRegister_timeout

2023-04-26 Thread via GitHub
KitherRunner commented on issue #6654: URL: https://github.com/apache/rocketmq/issues/6654#issuecomment-1524786957 Modify return type:List --> Boolean[] org.apache.rocketmq.broker.out.BrokerOuterAPI#needRegister return changedList.toArray(new Boolean[0])? -- This is an automated

[GitHub] [rocketmq-client-go] twz915 commented on issue #1041: the interface `rocketmq.Producer` can't be implemented outside

2023-04-26 Thread via GitHub
twz915 commented on issue #1041: URL: https://github.com/apache/rocketmq-client-go/issues/1041#issuecomment-1524720243 for example, I want to write a MockProducer to just print log for test -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [rocketmq] lvxiao1 opened a new issue, #6657: Auto Topic Creation Issue

2023-04-26 Thread via GitHub
lvxiao1 opened a new issue, #6657: URL: https://github.com/apache/rocketmq/issues/6657 The issue with automatic topic creation is that the broker only creates the topic after the message arrives at the broker. If there are two brokers with a queue size of 4 and the default load balancing st

[GitHub] [rocketmq-client-go] cserwen commented on issue #1034: Message maybe cleaned by cleanExpiredMsg service, while the message has not been consumed.

2023-04-26 Thread via GitHub
cserwen commented on issue #1034: URL: https://github.com/apache/rocketmq-client-go/issues/1034#issuecomment-1524537968 看起来是消息刚被拉取到了客户端,但由于消息还未被消费,因此没有设置开始消费时间戳,被清理消费超时的任务给放入重试队列,实际上远远没有达到消费超时时间,容易造成消费重复 @francisoliverlee -- This is an automated message from the Apache Git Service. To

[GitHub] [rocketmq-client-go] cserwen commented on issue #1041: the interface `rocketmq.Producer` can't be implemented outside

2023-04-26 Thread via GitHub
cserwen commented on issue #1041: URL: https://github.com/apache/rocketmq-client-go/issues/1041#issuecomment-1524529230 In what case do we need to implement this interface ourselves? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [rocketmq-site] chenzlalvin closed issue #540: Default value of DefaultMQPushConsumer.consumeMessageBatchMaxSize is wrong in document

2023-04-26 Thread via GitHub
chenzlalvin closed issue #540: Default value of DefaultMQPushConsumer.consumeMessageBatchMaxSize is wrong in document URL: https://github.com/apache/rocketmq-site/issues/540 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2023-04-26 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: d60a0fd8f3206c2e44d16c8f1e30c16874fc98ff / RongtongJin Merge remote-tracking branch 'origin/develop' into dev-501 Report U

[GitHub] [rocketmq-site] chenzlalvin opened a new pull request, #544: fix the default params consumeMessageBatchMaxSize, cc #540

2023-04-26 Thread via GitHub
chenzlalvin opened a new pull request, #544: URL: https://github.com/apache/rocketmq-site/pull/544 Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change fix the default params consumeMessageBatchMaxSize, cc #540 ## Brief c

[GitHub] [rocketmq-site] chenzlalvin closed issue #529: 句意不正确

2023-04-26 Thread via GitHub
chenzlalvin closed issue #529: 句意不正确 URL: https://github.com/apache/rocketmq-site/issues/529 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-uns

[rocketmq-site] branch new-official-website updated: fix wexin dcode contact expired

2023-04-26 Thread chenzlalvin
This is an automated email from the ASF dual-hosted git repository. chenzlalvin pushed a commit to branch new-official-website in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git The following commit(s) were added to refs/heads/new-official-website by this push: new 773dabe

[GitHub] [rocketmq-site] chenzlalvin merged pull request #543: fix wexin qrcode contact expired

2023-04-26 Thread via GitHub
chenzlalvin merged PR #543: URL: https://github.com/apache/rocketmq-site/pull/543 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-clients]: Workflow run "Build" failed!

2023-04-26 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has failed. Run started by GitHub user aaron-ai (triggered by aaron-ai). Head commit for run: 0a55474ae13d6859cfea9f545c7e3e67daf442cb / Aaron Ai Stats pulled message quantity Report URL: https://github.com/apache/rocketmq-clients/actions/

[GitHub] [rocketmq-client-go] cserwen commented on a diff in pull request #1031: [ISSUE #1030] Avoid to append unexpected separator to message key

2023-04-26 Thread via GitHub
cserwen commented on code in PR #1031: URL: https://github.com/apache/rocketmq-client-go/pull/1031#discussion_r1178561298 ## primitive/message.go: ## @@ -183,9 +183,12 @@ func (m *Message) WithTag(tags string) *Message { func (m *Message) WithKeys(keys []string) *Message {

[GitHub] [rocketmq-clients]: Workflow run "Java Coverage" failed!

2023-04-26 Thread GitBox
The GitHub Actions job "Java Coverage" on rocketmq-clients.git has failed. Run started by GitHub user aaron-ai (triggered by aaron-ai). Head commit for run: 0a55474ae13d6859cfea9f545c7e3e67daf442cb / Aaron Ai Stats pulled message quantity Report URL: https://github.com/apache/rocketmq-clients/

[rocketmq-client-go] branch master updated: fix: unsubscribed topic queues not dropped (#1025)

2023-04-26 Thread cserwen
This is an automated email from the ASF dual-hosted git repository. cserwen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git The following commit(s) were added to refs/heads/master by this push: new c77a95d fix: unsubscribed topic qu

[GitHub] [rocketmq-client-go] cserwen closed issue #1024: The process queues of unsubscribed topic are not dropped

2023-04-26 Thread via GitHub
cserwen closed issue #1024: The process queues of unsubscribed topic are not dropped URL: https://github.com/apache/rocketmq-client-go/issues/1024 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [rocketmq-client-go] cserwen merged pull request #1025: [ISSUE #1024] fix: unsubscribed topic queues not dropped

2023-04-26 Thread via GitHub
cserwen merged PR #1025: URL: https://github.com/apache/rocketmq-client-go/pull/1025 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[GitHub] [rocketmq] ShadowySpirits commented on issue #6654: An unstable unit test: BrokerOuterAPITest.test_needRegister_timeout

2023-04-26 Thread via GitHub
ShadowySpirits commented on issue #6654: URL: https://github.com/apache/rocketmq/issues/6654#issuecomment-1524478907 > @zhouxinyu can I work on this ? Welcome! Looking forward to your pr. -- This is an automated message from the Apache Git Service. To respond to the message, please

[rocketmq-site] branch new-official-website updated: Update 03-domainModel#01main.md

2023-04-26 Thread chenzlalvin
This is an automated email from the ASF dual-hosted git repository. chenzlalvin pushed a commit to branch new-official-website in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git The following commit(s) were added to refs/heads/new-official-website by this push: new 933e89f

[GitHub] [rocketmq-site] chenzlalvin merged pull request #522: Update 03-domainModel#01main.md

2023-04-26 Thread via GitHub
chenzlalvin merged PR #522: URL: https://github.com/apache/rocketmq-site/pull/522 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-site] chenzlalvin merged pull request #497: Update 05Exporter.md

2023-04-26 Thread via GitHub
chenzlalvin merged PR #497: URL: https://github.com/apache/rocketmq-site/pull/497 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[rocketmq-site] branch new-official-website updated: Update 05Exporter.md

2023-04-26 Thread chenzlalvin
This is an automated email from the ASF dual-hosted git repository. chenzlalvin pushed a commit to branch new-official-website in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git The following commit(s) were added to refs/heads/new-official-website by this push: new a802958

[rocketmq-site] branch new-official-website updated: Updated 03whatis.md

2023-04-26 Thread chenzlalvin
This is an automated email from the ASF dual-hosted git repository. chenzlalvin pushed a commit to branch new-official-website in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git The following commit(s) were added to refs/heads/new-official-website by this push: new 5667842

[GitHub] [rocketmq-site] chenzlalvin merged pull request #535: Updated 03whatis.md

2023-04-26 Thread via GitHub
chenzlalvin merged PR #535: URL: https://github.com/apache/rocketmq-site/pull/535 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-site] chenzlalvin closed issue #255: Add release note and update quick start doc for 5.0

2023-04-26 Thread via GitHub
chenzlalvin closed issue #255: Add release note and update quick start doc for 5.0 URL: https://github.com/apache/rocketmq-site/issues/255 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [rocketmq-site] chenzlalvin commented on issue #394: Incorrect usage of updatetopic in quickstart

2023-04-26 Thread via GitHub
chenzlalvin commented on issue #394: URL: https://github.com/apache/rocketmq-site/issues/394#issuecomment-1524460223 already fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [rocketmq-site] chenzlalvin closed issue #394: Incorrect usage of updatetopic in quickstart

2023-04-26 Thread via GitHub
chenzlalvin closed issue #394: Incorrect usage of updatetopic in quickstart URL: https://github.com/apache/rocketmq-site/issues/394 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [rocketmq-e2e] cryptoya closed issue #23: For consistency in multilingual client test case design, a specification is required to define test cases

2023-04-26 Thread via GitHub
cryptoya closed issue #23: For consistency in multilingual client test case design, a specification is required to define test cases URL: https://github.com/apache/rocketmq-e2e/issues/23 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [rocketmq]: Workflow run "CodeQL Analysis" failed!

2023-04-26 Thread GitBox
The GitHub Actions job "CodeQL Analysis" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: d60a0fd8f3206c2e44d16c8f1e30c16874fc98ff / RongtongJin Merge remote-tracking branch 'origin/develop' into dev-501 Report URL: https://gi

[GitHub] [rocketmq-site] chenzlalvin closed issue #435: Polish the quick start document

2023-04-26 Thread via GitHub
chenzlalvin closed issue #435: Polish the quick start document URL: https://github.com/apache/rocketmq-site/issues/435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[rocketmq-site] branch new-official-website updated: [ISSUE #435] Correct the en quickstart docunment

2023-04-26 Thread chenzlalvin
This is an automated email from the ASF dual-hosted git repository. chenzlalvin pushed a commit to branch new-official-website in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git The following commit(s) were added to refs/heads/new-official-website by this push: new 38e76e2

[GitHub] [rocketmq-site] chenzlalvin merged pull request #528: [ISSUE #435] Correct the en quickstart docunment

2023-04-26 Thread via GitHub
chenzlalvin merged PR #528: URL: https://github.com/apache/rocketmq-site/pull/528 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-site] chenzlalvin commented on issue #529: 句意不正确

2023-04-26 Thread via GitHub
chenzlalvin commented on issue #529: URL: https://github.com/apache/rocketmq-site/issues/529#issuecomment-1524443436 消息包含的信息包括生产者构建的业务信息以及存储端补充一些系统信息,所以在存储完成后业务信息和系统信息均已完成初始化,后续不再有更改。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [rocketmq-site] chenzlalvin opened a new pull request, #543: fix wexin qrcode contact expired

2023-04-26 Thread via GitHub
chenzlalvin opened a new pull request, #543: URL: https://github.com/apache/rocketmq-site/pull/543 Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change the contact page contains wexin qrcode, but the qrcode has expired, so r

[GitHub] [rocketmq-site] chenzlalvin closed issue #536: 微信二维码过期

2023-04-26 Thread via GitHub
chenzlalvin closed issue #536: 微信二维码过期 URL: https://github.com/apache/rocketmq-site/issues/536 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-u

[GitHub] [rocketmq-site] chenzlalvin commented on issue #536: 微信二维码过期

2023-04-26 Thread via GitHub
chenzlalvin commented on issue #536: URL: https://github.com/apache/rocketmq-site/issues/536#issuecomment-1524360741 二维码会去掉,直接搜索微信公众号,钉钉群:21982288 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [rocketmq-site] chenzlalvin commented on issue #265: image URL 404

2023-04-26 Thread via GitHub
chenzlalvin commented on issue #265: URL: https://github.com/apache/rocketmq-site/issues/265#issuecomment-1524331086 already fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [rocketmq-site] chenzlalvin closed issue #265: image URL 404

2023-04-26 Thread via GitHub
chenzlalvin closed issue #265: image URL 404 URL: https://github.com/apache/rocketmq-site/issues/265 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [rocketmq-site] chenzlalvin closed issue #266: add rocketmq connect doc

2023-04-26 Thread via GitHub
chenzlalvin closed issue #266: add rocketmq connect doc URL: https://github.com/apache/rocketmq-site/issues/266 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [rocketmq-site] chenzlalvin closed issue #302: Documentation for RocketMQ Streams

2023-04-26 Thread via GitHub
chenzlalvin closed issue #302: Documentation for RocketMQ Streams URL: https://github.com/apache/rocketmq-site/issues/302 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [rocketmq-site] chenzlalvin closed issue #254: Add release notes for new polyglot clients

2023-04-26 Thread via GitHub
chenzlalvin closed issue #254: Add release notes for new polyglot clients URL: https://github.com/apache/rocketmq-site/issues/254 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [rocketmq-site] chenzlalvin closed issue #240: Add auto switch deploy document

2023-04-26 Thread via GitHub
chenzlalvin closed issue #240: Add auto switch deploy document URL: https://github.com/apache/rocketmq-site/issues/240 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [rocketmq-site] chenzlalvin closed issue #251: RocketMQ 5.0 en doc init

2023-04-26 Thread via GitHub
chenzlalvin closed issue #251: RocketMQ 5.0 en doc init URL: https://github.com/apache/rocketmq-site/issues/251 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [rocketmq] chenzlalvin commented on issue #6653: Why is the topic no longer supporting '|' ?

2023-04-26 Thread via GitHub
chenzlalvin commented on issue #6653: URL: https://github.com/apache/rocketmq/issues/6653#issuecomment-1524302098 Version 5.0 has converged the use of special characters and recommends the use of regular characters. % is an exception because it has already been used for system isolation.

[GitHub] [rocketmq] github-actions[bot] commented on issue #3349: issue #2706 is still exists in version 4.9.1

2023-04-26 Thread via GitHub
github-actions[bot] commented on issue #3349: URL: https://github.com/apache/rocketmq/issues/3349#issuecomment-1524251366 This issue was closed because it has been inactive for 3 days since being marked as stale. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [rocketmq] github-actions[bot] closed issue #3349: issue #2706 is still exists in version 4.9.1

2023-04-26 Thread via GitHub
github-actions[bot] closed issue #3349: issue #2706 is still exists in version 4.9.1 URL: https://github.com/apache/rocketmq/issues/3349 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [rocketmq] Abhijeetmishr commented on issue #6654: An unstable unit test: BrokerOuterAPITest.test_needRegister_timeout

2023-04-26 Thread via GitHub
Abhijeetmishr commented on issue #6654: URL: https://github.com/apache/rocketmq/issues/6654#issuecomment-1523855670 @zhouxinyu can I work on this ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [rocketmq] gorden5566 closed pull request #5600: [ISSUE #5599] Refactor the calculation of `bornhostLength` and `storeHostLength`

2023-04-26 Thread via GitHub
gorden5566 closed pull request #5600: [ISSUE #5599] Refactor the calculation of `bornhostLength` and `storeHostLength` URL: https://github.com/apache/rocketmq/pull/5600 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [rocketmq] haiyanghan closed pull request #6575: [ISSUE #6574] fix DefaultMQProducerImpl.request sync invoke timeout

2023-04-26 Thread via GitHub
haiyanghan closed pull request #6575: [ISSUE #6574] fix DefaultMQProducerImpl.request sync invoke timeout URL: https://github.com/apache/rocketmq/pull/6575 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [rocketmq-client-go] twz915 opened a new issue, #1041: the interface `rocketmq.Producer` can't be implemented outside

2023-04-26 Thread via GitHub
twz915 opened a new issue, #1041: URL: https://github.com/apache/rocketmq-client-go/issues/1041 ``` RequestAsync(ctx context.Context, ttl time.Duration, callback internal.RequestCallback, msg *primitive.Message) error ``` the struct `RequestCallback` in package `internal`,

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" is working again!

2023-04-26 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 8b48688c08b585432d3ad9ba3f40be717c8b612d / RongtongJin Merge remote-tracking branch 'origin/develop' into ooo # Conflic

[GitHub] [rocketmq] RongtongJin commented on a diff in pull request #6571: [ISSUE #6570] Optimizing the process of putting messages to improve performance

2023-04-26 Thread via GitHub
RongtongJin commented on code in PR #6571: URL: https://github.com/apache/rocketmq/pull/6571#discussion_r112890 ## store/src/main/java/org/apache/rocketmq/store/CommitLog.java: ## @@ -815,89 +809,72 @@ public CompletableFuture asyncPutMessage(final MessageExtBroke

[GitHub] [rocketmq-spring] mufengCc closed issue #557: Setting the maxReconsumeTimes value is invalid in sequential consumption mode

2023-04-26 Thread via GitHub
mufengCc closed issue #557: Setting the maxReconsumeTimes value is invalid in sequential consumption mode URL: https://github.com/apache/rocketmq-spring/issues/557 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [rocketmq-spring] mufengCc opened a new issue, #557: Setting the maxReconsumeTimes value is invalid in sequential consumption mode

2023-04-26 Thread via GitHub
mufengCc opened a new issue, #557: URL: https://github.com/apache/rocketmq-spring/issues/557 **BUG REPORT** 1. Please describe the issue you observed: Using the "@ RocketMQMessage Listener" annotation and specifying the "consumeMode=ConsumeMode. ORDERLY" mode, implement the Ro

[rocketmq-exporter] branch dependabot/maven/junit-junit-4.13.1 created (now c26ce5a)

2023-04-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/junit-junit-4.13.1 in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git at c26ce5a Bump junit from 4.12 to 4.13.1 No new revisions were added by th

[GitHub] [rocketmq-exporter] dependabot[bot] opened a new pull request, #137: Bump junit from 4.12 to 4.13.1

2023-04-26 Thread via GitHub
dependabot[bot] opened a new pull request, #137: URL: https://github.com/apache/rocketmq-exporter/pull/137 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases";>junit's releases. JU

[rocketmq-exporter] branch master updated: [ISSUE #135] Upgrade to jackson-databind 2.13.5, fix high vulnerabilities (#136)

2023-04-26 Thread cserwen
This is an automated email from the ASF dual-hosted git repository. cserwen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git The following commit(s) were added to refs/heads/master by this push: new 58099a1 [ISSUE #135] Upgrade to jac

[GitHub] [rocketmq-exporter] cserwen merged pull request #136: [ISSUE #135] Upgrade to jackson-databind 2.13.5, fix high vulnerabilities

2023-04-26 Thread via GitHub
cserwen merged PR #136: URL: https://github.com/apache/rocketmq-exporter/pull/136 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@ro

[GitHub] [rocketmq-client-go] Aurora-ws commented on issue #342: [Master]build failed in Windows

2023-04-26 Thread via GitHub
Aurora-ws commented on issue #342: URL: https://github.com/apache/rocketmq-client-go/issues/342#issuecomment-1523113891 where is CMessageExt.h‘s path on windows platform? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [rocketmq-client-go] Aurora-ws commented on issue #342: [Master]build failed in Windows

2023-04-26 Thread via GitHub
Aurora-ws commented on issue #342: URL: https://github.com/apache/rocketmq-client-go/issues/342#issuecomment-1523113087 where is CMessageExt.h‘s path for windows platform? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [rocketmq] lizhanhui commented on pull request #6571: [ISSUE #6570] Optimizing the process of putting messages to improve performance

2023-04-26 Thread via GitHub
lizhanhui commented on PR #6571: URL: https://github.com/apache/rocketmq/pull/6571#issuecomment-1522962510 > @lizhanhui If we don't have enough time to review this PR currently, I suggest submitting another PR that fixes the bug in the original way first. That fix is minimally invasive and

[GitHub] [rocketmq] ShadowySpirits commented on a diff in pull request #6571: [ISSUE #6570] Optimizing the process of putting messages to improve performance

2023-04-26 Thread via GitHub
ShadowySpirits commented on code in PR #6571: URL: https://github.com/apache/rocketmq/pull/6571#discussion_r1177471593 ## store/src/main/java/org/apache/rocketmq/store/CommitLog.java: ## @@ -815,89 +809,72 @@ public CompletableFuture asyncPutMessage(final MessageExtBroke

[GitHub] [rocketmq-mqtt] DongyuanPan commented on issue #190: rocketmq-mqtt1.0.1 启动后

2023-04-26 Thread via GitHub
DongyuanPan commented on issue #190: URL: https://github.com/apache/rocketmq-mqtt/issues/190#issuecomment-1522929455 ![image](https://user-images.githubusercontent.com/18721508/234503193-bdd076a9-469f-4005-a37d-7a849c77da03.png) 可以检查一下MQTT相关的配置时是否设置正确,MQTT 例子里面使用的firstTopic需要提前在途中的立方设置

[GitHub] [rocketmq-mqtt] DongyuanPan commented on issue #192: rocketmq-mqtt 1.0.1和1.0.2-SNAPSHOT MqttConsumer功能无法使用,求解决方法

2023-04-26 Thread via GitHub
DongyuanPan commented on issue #192: URL: https://github.com/apache/rocketmq-mqtt/issues/192#issuecomment-1522926114 你好,可以检查一下broker上相应的资源创建了吗?kv相关存储firstTopic的信息设置了没? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [rocketmq-client-cpp] linxia1234 commented on issue #449: SendMessageAsync

2023-04-26 Thread via GitHub
linxia1234 commented on issue #449: URL: https://github.com/apache/rocketmq-client-cpp/issues/449#issuecomment-1522925825 The reason is shutdown too quickly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [rocketmq-client-cpp] linxia1234 closed issue #449: SendMessageAsync

2023-04-26 Thread via GitHub
linxia1234 closed issue #449: SendMessageAsync URL: https://github.com/apache/rocketmq-client-cpp/issues/449 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m