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 logging for KafkaProducer #5701

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

IvanChupin
Copy link
Collaborator

The log message now does not contain the kafka message body itself, since it might be too big for kibana and as result we can not see the log in the elk stack. Now along with the other information the log contains the message symbol length.

basically I rolled back the logging to the previous state, but now it also logs the message symbol length for the json body.

Fix for the initial issue, related to way big message size in kafka will be in different PR as a separate task.

The log message now does not contain the kafka message body itself, since it might be too big for kibana. Now along with the other information the log contains the message symbol length.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants