Chirag Wadhwa created KAFKA-20052:
-------------------------------------
Summary: Client renew issue when acknowledgements sent for deleted
topic partition
Key: KAFKA-20052
URL: https://issues.apache.org/jira/browse/KAFKA-20052
Project: Kafka
Issue Type: Sub-task
Reporter: Chirag Wadhwa
Assignee: Andrew Schofield
This issue came up in the following scenario ->
* A share consumer consumed records from a topic partition.
* The corresponding topic is deleted.
* The acknowledgements are sent for the consumed records with commitAsync()
The commitAsync call times out with the following error ->
java.lang.NullPointerException: Cannot invoke "java.util.Map.remove(Object)"
because "this.renewingRecords" is null
--
This message was sent by Atlassian Jira
(v8.20.10#820010)