bob-barrett commented on PR #14721: URL: https://github.com/apache/kafka/pull/14721#issuecomment-1804100758
@C0urante we would keep the message in that case but not the nested exception, so we would lose the stack trace. We actually already keep the message, because `ConfigException` tries to stick it into the message string as the config value, and that implicitly calls `toString()` on the exception, which returns the message (at least in the case of this that I've seen, obviously it depends on the causing exception's `toString` implementation). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
