[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!

2023-12-29 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user drpmma (triggered by drpmma). Head commit for run: 116c3d41d79e47f9dce80b0f1968b8334666c8b8 / zhouxiang fix Report URL: https://github.com/apache/rocketmq/actions/runs/7346459986 Wit

[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!

2023-12-29 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user drpmma (triggered by drpmma). Head commit for run: 710d3bcdb083d28f0cdb405adb749509150f0b25 / zhouxiang fix SendMessageRequestHeaderV2Test Report URL: https://github.com/apache/rocket

[I] [Enhancement] Add namespace in java client [rocketmq-clients]

2023-12-29 Thread via GitHub
drpmma opened a new issue, #660: URL: https://github.com/apache/rocketmq-clients/issues/660 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client

[PR] [ISSUE #660] Add namespace in java client [rocketmq-clients]

2023-12-29 Thread via GitHub
drpmma opened a new pull request, #661: URL: https://github.com/apache/rocketmq-clients/pull/661 ### Which Issue(s) This PR Fixes Fixes #660 ### Brief Description Add namespace in java client ### How Did You Test This Change? -

[GH] (rocketmq-clients): Workflow run "CodeSpell Check" failed!

2023-12-29 Thread GitBox
The GitHub Actions job "CodeSpell Check" on rocketmq-clients.git has failed. Run started by GitHub user drpmma (triggered by drpmma). Head commit for run: 92c0ac222abd9a5a091d1c6b12bf9c711bc564cc / zhouxiang Add namespace for java client Report URL: https://github.com/apache/rocketmq-clients/

[GH] (rocketmq-clients): Workflow run "Java Coverage" failed!

2023-12-29 Thread GitBox
The GitHub Actions job "Java Coverage" on rocketmq-clients.git has failed. Run started by GitHub user drpmma (triggered by drpmma). Head commit for run: 92c0ac222abd9a5a091d1c6b12bf9c711bc564cc / zhouxiang Add namespace for java client Report URL: https://github.com/apache/rocketmq-clients/ac

[GH] (rocketmq-clients): Workflow run "License Checker" failed!

2023-12-29 Thread GitBox
The GitHub Actions job "License Checker" on rocketmq-clients.git has failed. Run started by GitHub user drpmma (triggered by drpmma). Head commit for run: 92c0ac222abd9a5a091d1c6b12bf9c711bc564cc / zhouxiang Add namespace for java client Report URL: https://github.com/apache/rocketmq-clients/

[GH] (rocketmq-clients): Workflow run "Build" failed!

2023-12-29 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has failed. Run started by GitHub user drpmma (triggered by drpmma). Head commit for run: 92c0ac222abd9a5a091d1c6b12bf9c711bc564cc / zhouxiang Add namespace for java client Report URL: https://github.com/apache/rocketmq-clients/actions/ru

Re: [PR] [ISSUE #7671] filter inner producer client when report to metrics [rocketmq]

2023-12-29 Thread via GitHub
zhiliatom commented on code in PR #7673: URL: https://github.com/apache/rocketmq/pull/7673#discussion_r1438091180 ## broker/src/main/java/org/apache/rocketmq/broker/metrics/BrokerMetricsManager.java: ## @@ -459,9 +462,14 @@ private void initConnectionMetrics() { .of

[GH] (rocketmq-clients): Workflow run "CodeSpell Check" is working again!

2023-12-29 Thread GitBox
The GitHub Actions job "CodeSpell Check" on rocketmq-clients.git has succeeded. Run started by GitHub user glcrazier (triggered by lizhanhui). Head commit for run: 501fd82ca88d903ebc621e575d5683c0564e1fdf / qipingluo fix cargo fmt issue Report URL: https://github.com/apache/rocketmq-clients/ac

[GH] (rocketmq-clients): Workflow run "License Checker" is working again!

2023-12-29 Thread GitBox
The GitHub Actions job "License Checker" on rocketmq-clients.git has succeeded. Run started by GitHub user glcrazier (triggered by lizhanhui). Head commit for run: 501fd82ca88d903ebc621e575d5683c0564e1fdf / qipingluo fix cargo fmt issue Report URL: https://github.com/apache/rocketmq-clients/ac

[GH] (rocketmq-clients): Workflow run "Build" is working again!

2023-12-29 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has succeeded. Run started by GitHub user glcrazier (triggered by lizhanhui). Head commit for run: 501fd82ca88d903ebc621e575d5683c0564e1fdf / qipingluo fix cargo fmt issue Report URL: https://github.com/apache/rocketmq-clients/actions/runs

Re: [PR] [ISSUE #7671] filter inner producer client when report to metrics [rocketmq]

2023-12-29 Thread via GitHub
zhiliatom commented on PR #7673: URL: https://github.com/apache/rocketmq/pull/7673#issuecomment-1871854900 @spiritsx take a look at this pr -- 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 sp

Re: [PR] [ISSUE #7671] filter inner producer client when report to metrics [rocketmq]

2023-12-29 Thread via GitHub
zhiliatom commented on PR #7673: URL: https://github.com/apache/rocketmq/pull/7673#issuecomment-1871855741 @ShadowySpirits take a look at this pr -- 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

[PR] support handling settings command in telemetry rpc [rocketmq-clients]

2023-12-29 Thread via GitHub
glcrazier opened a new pull request, #662: URL: https://github.com/apache/rocketmq-clients/pull/662 ### Which Issue(s) This PR Fixes Fixes ### Brief Description ### How Did You Test This Change? -- This is an automated message from

Re: [PR] Revert "metrics bugfix: switch getTps() to getSum()" [rocketmq-exporter]

2023-12-29 Thread via GitHub
cserwen commented on PR #141: URL: https://github.com/apache/rocketmq-exporter/pull/141#issuecomment-1871897708 > What is the reason for changing to sum before? Is it necessary? 最早的版本就是 TPS,使用的getTps(),https://github.com/apache/rocketmq-exporter/pull/108 改成了 getSum,理论上应该增加个指标叫 tpm,而不

[GH] (rocketmq-clients): Workflow run "Build" failed!

2023-12-29 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has failed. Run started by GitHub user glcrazier (triggered by lizhanhui). Head commit for run: 23143bf8b224e5dd93421dffe3fa2843f135ed2c / qipingluo remove ugly variable use Report URL: https://github.com/apache/rocketmq-clients/actions/ru

Re: [PR] [rust]support handling settings command in telemetry rpc [rocketmq-clients]

2023-12-29 Thread via GitHub
codecov-commenter commented on PR #662: URL: https://github.com/apache/rocketmq-clients/pull/662#issuecomment-1871925727 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq-clients/pull/662?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm

[GH] (rocketmq-clients): Workflow run "Build" failed!

2023-12-29 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has failed. Run started by GitHub user glcrazier (triggered by lizhanhui). Head commit for run: 5e49dd2209ce2b33a1eb8640d0b81d47c799c813 / qipingluo fix cargo fmt issue Report URL: https://github.com/apache/rocketmq-clients/actions/runs/73

Re: [I] HATest is flaky on macOS [rocketmq]

2023-12-29 Thread via GitHub
github-actions[bot] commented on issue #5782: URL: https://github.com/apache/rocketmq/issues/5782#issuecomment-1872398841 This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. -- This is an automated message

Re: [PR] Feat query key by time range [rocketmq]

2023-12-29 Thread via GitHub
github-actions[bot] commented on PR #5772: URL: https://github.com/apache/rocketmq/pull/5772#issuecomment-1872398852 This PR is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, pleas

Re: [I] 能增加web端支持吗?有计划吗 [rocketmq-mqtt]

2023-12-29 Thread via GitHub
cwj12345612 commented on issue #230: URL: https://github.com/apache/rocketmq-mqtt/issues/230#issuecomment-1872430572 > > > > 可以增加对web端的支持吗?和emqx一样能在前端使用mqtt.js连接。 > > > > > > > > > 可以的,现在是支持mqtt.js的 > > > > > > 那前端端口是多少?1883?使用什么协议访问? > > tcp 是 1883、ssl 是 8883、ws是

Re: [I] 能增加web端支持吗?有计划吗 [rocketmq-mqtt]

2023-12-29 Thread via GitHub
cwj12345612 commented on issue #230: URL: https://github.com/apache/rocketmq-mqtt/issues/230#issuecomment-1872430665 > > > > 可以增加对web端的支持吗?和emqx一样能在前端使用mqtt.js连接。 > > > > > > > > > 可以的,现在是支持mqtt.js的 > > > > > > 那前端端口是多少?1883?使用什么协议访问? > > tcp 是 1883、ssl 是 8883、ws是