Open weihubeats opened 2 months ago
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
Optimise the printing of consumer messages to make the log look clearer
Add more description
no
No response
I'll fix this issue.
Before Creating the Enhancement Request
Summary
Optimise consumer message printing
pre-optimisation
post-optimisation
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