rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

[Enhancement] Optimise consumer message printing

Open weihubeats opened this issue 1 year ago • 1 comments

Before Creating the Enhancement Request

  • [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Summary

Optimise consumer message printing

  • pre-optimisation
2024-09-02 10:51:29.132 INFO  [10] [MQClientFactoryScheduledThread] [o.a.r.c.c.s.RemoteBrokerOffsetStore#persistAll:129] - [persistAll] Group: GID-TEST-TOPIC ClientId: 10.0.0.10@10#18239483154204429 updateConsumeOffsetToBroker MessageQueue [topic=test-topic, brokerName=broker-a, queueId=1] 456
  • post-optimisation
2024-09-02 10:51:29.132 INFO  [10] [MQClientFactoryScheduledThread] [o.a.r.c.c.s.RemoteBrokerOffsetStore#persistAll:129] - [persistAll] Group: GID-TEST-TOPIC ClientId: 10.0.0.10@10#18239483154204429 updateConsumeOffsetToBroker MessageQueue [topic=test-topic, brokerName=broker-a, queueId=1] offset: 456

Motivation

Optimise the printing of consumer messages to make the log look clearer

Describe the Solution You'd Like

Add more description

Describe Alternatives You've Considered

no

Additional Context

No response

weihubeats avatar Sep 02 '24 08:09 weihubeats

I'll fix this issue.

assertion avatar Sep 04 '24 07:09 assertion

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.

github-actions[bot] avatar Sep 05 '25 00:09 github-actions[bot]

This issue was closed because it has been inactive for 3 days since being marked as stale.

github-actions[bot] avatar Sep 09 '25 00:09 github-actions[bot]