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

Missing customLogger when sending message #1668

Open
andreseloysv opened this issue Feb 28, 2024 · 0 comments
Open

Missing customLogger when sending message #1668

andreseloysv opened this issue Feb 28, 2024 · 0 comments

Comments

@andreseloysv
Copy link

Currently, KafkaJS does not support passing a custom logger as a parameter in the sendMessage method. This feature is crucial as the logger contains a unique correlation ID essential for tracking. The existing workaround involves opening and closing the connection for each request, which significantly impacts performance. The proposed enhancement is to allow the integration of a customLogger within the sendMessage method for more efficient and traceable logging.

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