Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
Meridian-2019.1.16, Meridian-2020.1.5, 27.0.5
-
Security Level: Default (Default Security Scheme)
-
Horizon 2021 - Feb 17 - Mar 3
-
Backlog CM
-
510
Description
The Kafka Producer feature in OpenNMS has a flag called kafkaSendQueueCapacity to create an in-memory queue when the Kafka cluster is unavailable.
Unfortunately, when the producer tries to send messages and receives a timeout, the message is dropped. It doesn't retry to send it, leading to missing content that could affect third-party installations.
In other words, in terms of the queue, it is not re-inserted to try again later.