Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for msgpack encoder #676

Open
rohsaini opened this issue Jun 13, 2024 · 0 comments
Open

Support for msgpack encoder #676

rohsaini opened this issue Jun 13, 2024 · 0 comments

Comments

@rohsaini
Copy link

rohsaini commented 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.

@rohsaini rohsaini changed the title Support for custom encoders Support for msgpack encoder Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant