Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Optimise consumer message printing #1

Open
assertion opened this issue Sep 4, 2024 · 0 comments
Open

[Enhancement] Optimise consumer message printing #1

assertion opened this issue Sep 4, 2024 · 0 comments

Comments

@assertion
Copy link
Owner

assertion commented Sep 4, 2024

Before Creating the Enhancement Request

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

assertion pushed a commit that referenced this issue Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant