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

Add appName to maximum message size exceeded message #1032

Open
blkperl opened this issue Mar 6, 2025 · 0 comments
Open

Add appName to maximum message size exceeded message #1032

blkperl opened this issue Mar 6, 2025 · 0 comments
Labels
enhancement New feature or request PM PM to review against project priorities.

Comments

@blkperl
Copy link

blkperl commented Mar 6, 2025

Summary

The existing logs do not help determine which app is exceeding the message size

2025/03/05 19:35:26.160987 (17) Error: listener: closing connection: maximum message size exceeded, (3115212 > 2097152)
2025/03/05 19:36:13.495589 (17) Error: listener: closing connection: maximum message size exceeded, (3021284 > 2097152)
2025/03/05 19:37:05.597035 (17) Error: listener: closing connection: maximum message size exceeded, (4528188 > 2097152)
2025/03/05 19:39:00.384445 (17) Error: listener: closing connection: maximum message size exceeded, (3537140 > 2097152)
2025/03/05 19:39:29.616199 (17) Error: listener: closing connection: maximum message size exceeded, (4544316 > 2097152)

Desired Behavior

Please add the appName so we can tell which applications are impacted

Possible Solution

Adding extra metadata to the error log

Additional context

This is needed in a multi-tenant environment to determine which app owner to contact about the issue.

@blkperl blkperl added the enhancement New feature or request label Mar 6, 2025
@lavarou lavarou added the PM PM to review against project priorities. label Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PM PM to review against project priorities.
Projects
None yet
Development

No branches or pull requests

2 participants