logstash-plugins / logstash-codec-protobuf

Codec plugin for parsing Protobuf messages
Apache License 2.0
26 stars 16 forks source link

Streaming support #58

Open IngaFeick opened 4 years ago

IngaFeick commented 4 years ago

From https://github.com/AlexJF/logstash-codec-protobuf/commit/1eaa88f75e3fd441cccd8a0707fbaed2d476f9e6

When used with certain inputs that receive stream data (such as TCP), the default implementation of protobuf parsing sometimes fails silently leading to hard to debug data loss.

We might want to update and integrate the solution provided by @AlexJF and/or https://github.com/logstash-plugins/logstash-codec-protobuf/pull/48