adixitconfluent opened a new pull request, #20126: URL: https://github.com/apache/kafka/pull/20126
### About Within `ShareConsumerPerformance.java`, all the share consumers run with within an executorService object and when we perform `executorService.submit()`, we do not store this future and exception would be recovered only when we do a future.get() in this case. I believe this is a shortcoming in `ShareConsumerPerformance.java` which needs to be improved. -- 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