-
Notifications
You must be signed in to change notification settings - Fork 62
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
Config dump on error leaks credentials #137
Comments
would like to chip in with further detail here - what we're observing is that when part of configuration is not provided to producer, this leads to a In our case this is being triggered by virtue of having a phoenix If you think that the case is weird b/c of the way we're configuring the lib that's legit - but I'd still suggest that adapting the error so that Observed stacktrace, with some formatting:
|
When the config is dumped, which happens when e.g. Kaffe can't connect to the Kafka cluster, the whole
producer
/consumer
keyword list is written to stdout, credentials included.It's not really a library issue per se, but I thought I'd raise it just in case (maybe a warning in the README is enough).
The text was updated successfully, but these errors were encountered: