This is an automated email from the ASF dual-hosted git repository.
shenlin pushed a commit to branch feat/runtime-manager
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
The following commit(s) were added to refs/heads/feat/runtime-manager by this
push:
new 2da7
This is an automated email from the ASF dual-hosted git repository.
shenlin pushed a commit to branch feat/runtime-manager
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
The following commit(s) were added to refs/heads/feat/runtime-manager by this
push:
new d7df
Aresxue opened a new issue, #7758:
URL: https://github.com/apache/rocketmq/issues/7758
### Before Creating the Bug Report
- [X] I found a bug, not just asking a question, which should be created in
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I ha
onejimmyboy commented on PR #7479:
URL: https://github.com/apache/rocketmq/pull/7479#issuecomment-1895367207
如果不对消息内容文件的话有什么影响那?
--
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 comme
wedvefv closed issue #463: 这个库支持5.1.4版本的rocketmq么?
URL: https://github.com/apache/rocketmq-client-cpp/issues/463
--
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,
joeCarf commented on code in PR #7673:
URL: https://github.com/apache/rocketmq/pull/7673#discussion_r144424
##
broker/src/main/java/org/apache/rocketmq/broker/metrics/BrokerMetricsManager.java:
##
@@ -459,9 +462,14 @@ private void initConnectionMetrics() {
.ofLo
yangtuooc opened a new pull request, #670:
URL: https://github.com/apache/rocketmq-clients/pull/670
### Which Issue(s) This PR Fixes
Fixes #issue_id
### Brief Description
### How Did You Test This Change?
--
This is an automated mess
yangtuooc closed pull request #670: chore(golang): change log level of
heartbeat message to debug
URL: https://github.com/apache/rocketmq-clients/pull/670
--
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 g
github-actions[bot] commented on issue #5894:
URL: https://github.com/apache/rocketmq/issues/5894#issuecomment-1897522677
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
github-actions[bot] closed pull request #5850: [ISSUE #5836]fix the method
queryAssignment request twice
URL: https://github.com/apache/rocketmq/pull/5850
--
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 g
github-actions[bot] commented on PR #5850:
URL: https://github.com/apache/rocketmq/pull/5850#issuecomment-1897522715
This PR 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 the messa
github-actions[bot] commented on PR #652:
URL: https://github.com/apache/rocketmq-clients/pull/652#issuecomment-1897541865
This PR is stale because it has been open for 30 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,
zyhui98 opened a new issue, #7760:
URL: https://github.com/apache/rocketmq/issues/7760
### Before Creating the Bug Report
- [X] I found a bug, not just asking a question, which should be created in
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
- [X] I ha
wedvefv opened a new pull request, #614:
URL: https://github.com/apache/rocketmq-site/pull/614
通过grpc客户端demo发送数据到rocketmq5.x需要配置grpc端口,注意client端代码要使用grpc的地址和端口作为access_point参数
This pull request aims to address the need for configuring gRPC ports when
sending data to RocketMQ using th
wedvefv commented on issue #460:
URL:
https://github.com/apache/rocketmq-client-cpp/issues/460#issuecomment-1897850679
If rocker5.x is set up using proxy mode, clients can use the gRPC protocol
for requests. However, in this case, the server needs to be configured with a
gRPC port in **con
yuz10 commented on code in PR #7599:
URL: https://github.com/apache/rocketmq/pull/7599#discussion_r1456981076
##
store/src/main/java/org/apache/rocketmq/store/dledger/DLedgerCommitLog.java:
##
@@ -343,14 +427,57 @@ private void recover(long maxPhyOffsetOfConsumeQueue)
throws Ro
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has
failed.
Run started by GitHub user bxfjb (triggered by yuz10).
Head commit for run:
d0402b0280bf2e7337c751e7be2ff5aba4c9e61b / zhaoyuhan
fix correct storeTimestampPosition when bornhost is v6
Report URL: https://github.
bxfjb commented on code in PR #7599:
URL: https://github.com/apache/rocketmq/pull/7599#discussion_r1456989735
##
store/src/main/java/org/apache/rocketmq/store/dledger/DLedgerCommitLog.java:
##
@@ -343,14 +427,57 @@ private void recover(long maxPhyOffsetOfConsumeQueue)
throws Ro
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has
failed.
Run started by GitHub user bxfjb (triggered by yuz10).
Head commit for run:
72522adf08e95ef92f07a3254b943bdec311b670 / zhaoyuhan
fix correct SYSFLAG offset
Report URL: https://github.com/apache/rocketmq/actions/
The GitHub Actions job "Coverage" on rocketmq.git has failed.
Run started by GitHub user bxfjb (triggered by yuz10).
Head commit for run:
d0402b0280bf2e7337c751e7be2ff5aba4c9e61b / zhaoyuhan
fix correct storeTimestampPosition when bornhost is v6
Report URL: https://github.com/apache/rocketmq/a
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed.
Run started by GitHub user bxfjb (triggered by bxfjb).
Head commit for run:
7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0 / 道君
[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694)
* Use CompositeByteBuf t
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed.
Run started by GitHub user bxfjb (triggered by bxfjb).
Head commit for run:
7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0 / 道君
[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694)
* Use CompositeByteBuf t
The GitHub Actions job "Coverage" on rocketmq.git has succeeded.
Run started by GitHub user bxfjb (triggered by yuz10).
Head commit for run:
72522adf08e95ef92f07a3254b943bdec311b670 / zhaoyuhan
fix correct SYSFLAG offset
Report URL: https://github.com/apache/rocketmq/actions/runs/7566375806
W
codecov-commenter commented on PR #7599:
URL: https://github.com/apache/rocketmq/pull/7599#issuecomment-1897937916
##
[Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/7599?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
This is an automated email from the ASF dual-hosted git repository.
yuzhou pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 646e2a4942 [ISSUE #7355] fix dledger recover
yuz10 merged PR #7599:
URL: https://github.com/apache/rocketmq/pull/7599
--
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...@rocketmq.ap
yuz10 closed issue #7355: [Bug] ConsumeQueue building exception caused by host
downtime
URL: https://github.com/apache/rocketmq/issues/7355
--
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
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has
failed.
Run started by GitHub user yuz10 (triggered by yuz10).
Head commit for run:
646e2a4942c62eb36b1601a41ebc0828e8580804 / bxfjb
<48467309+bx...@users.noreply.github.com>
[ISSUE #7355] fix dledger recover abnormally
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed.
Run started by GitHub user yuz10 (triggered by yuz10).
Head commit for run:
646e2a4942c62eb36b1601a41ebc0828e8580804 / bxfjb
<48467309+bx...@users.noreply.github.com>
[ISSUE #7355] fix dledger recover abnormally may lost consume queue
29 matches
Mail list logo