cloudfoundry-community / splunk-firehose-nozzle

Send CF component metrics, CF app logs, and CF app metrics to Splunk
Apache License 2.0
29 stars 29 forks source link

Bugfix/disconnect due to slow consumer #313

Closed kashyap-splunk closed 2 years ago

kashyap-splunk commented 2 years ago

Changes to move event parsing logic to the worker threads from the main thread

This was done to address issue #285. The event dropping logic was already added previously to partially solve the back-pressure problem. But this change should completely solve the problem described in this issue. Also, removed couple of irrelevant unit test cases after the change.

luckyj5 commented 2 years ago

@kashyap-splunk Please rebase this with develop to avoid CI failures. Thanks!