[
https://issues.apache.org/jira/browse/KAFKA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Schofield resolved KAFKA-19450.
--------------------------------------
Resolution: Fixed
> ShareConsumerPerformance does not handle exceptions from
> consumeMessagesForSingleShareConsumer
> ----------------------------------------------------------------------------------------------
>
> Key: KAFKA-19450
> URL: https://issues.apache.org/jira/browse/KAFKA-19450
> Project: Kafka
> Issue Type: Sub-task
> Affects Versions: 4.1.0
> Reporter: Abhinav Dixit
> Assignee: Abhinav Dixit
> Priority: Major
> Fix For: 4.2.0
>
>
> Within {{{}ShareConsumerPerformance.java,a{}}}ll the share consumers run with
> within an {{executorService}} object and when we perform
> {{executorService.submit()}} in {{{}ShareConsumerPerformance{}}}, 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 message was sent by Atlassian Jira
(v8.20.10#820010)