divijvaidya opened a new pull request, #12229: URL: https://github.com/apache/kafka/pull/12229
# Problem: While wrapping the caught exception into a custom one, information about the caught exception is being lost, including information about the stack trace of the exception. # Change When re-throwing an exception, we make sure to include the stack trace. Otherwise pertinent debug information is lost. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org