clumsy9
clumsy9
During testing, we observed a sudden increase of memory consumption by almost all of our logprep instances:  It turned out that we had configured a wrong TLS certificate for...
Recently, we have encountered pipeline crashes caused by uncaught `UnicodeDecodeError` exceptions when the `ConfluentKafkaInputConnector` tries to decode raw events: ```python Traceback (most recent call last): File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in...
### Question We maintain an application called [logprep](https://github.com/fkie-cad/Logprep) that allows to collect, process and forward log messages in JSON format from various data sources. Serialization and deserialization of JSON documents...