You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Usecase:
I use zerolog logging library along with fluentbit. fluentbit input plugin used is forward (https://docs.fluentbit.io/manual/pipeline/inputs/forward).
zerolog encodes the log and sends it fluentbit over tcp channel.
Problem:
Currently, zerolog supports json or CBOR as encoder at compile time. fluentbit forward plugin supports only msgpack binary encoding/decoding. So, there is need for support for msgpack encoding implicitly by zerolog.
The text was updated successfully, but these errors were encountered:
rohsaini
changed the title
Support for custom encoders
Support for msgpack encoder
Jun 13, 2024
My Usecase:
I use zerolog logging library along with fluentbit. fluentbit input plugin used is forward (https://docs.fluentbit.io/manual/pipeline/inputs/forward).
zerolog encodes the log and sends it fluentbit over tcp channel.
Problem:
Currently, zerolog supports json or CBOR as encoder at compile time. fluentbit forward plugin supports only msgpack binary encoding/decoding. So, there is need for support for msgpack encoding implicitly by zerolog.
The text was updated successfully, but these errors were encountered: