rocketmq
rocketmq copied to clipboard
[Enhancement] Optimise consumer message printing
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
I'll fix this issue.
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 issue was closed because it has been inactive for 3 days since being marked as stale.