You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kafka-clients
We have Spring Kafka Listener consumer running into heap issue causing oom. Upon investigating the heap there are lot of nulls in the ConcurrentHashMap that is maintained in the ConsumerNetworkClient. Single listener was holding 1.2 million null objects eventually crashing. The Client requests has messages like heartbeat and other requests that are completed successfully and removed from hashmap. However after the removal the nulls are not cleaned up eventually causing OOM.