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

Feature request - Support MessagePack #852

Open
ryn9 opened this issue Jan 11, 2022 · 2 comments
Open

Feature request - Support MessagePack #852

ryn9 opened this issue Jan 11, 2022 · 2 comments
Labels

Comments

@ryn9
Copy link

ryn9 commented Jan 11, 2022

Is your feature request related to a problem? Please describe.
Not related to a problem - this is a feature request

Describe the solution you'd like
Like the requests to better support parsing and encoding json - please look to support MessagePack
Please see https://msgpack.org/

Describe alternatives you've considered (Optional)
N/A.

Additional context
Requests regarding parsing and encoding json:
#832
#831

@dlvenable
Copy link
Member

@ryn9 , I want to clarify your request.

You mentioned this in the context of the encode/decode JSON features. These expect an Event which has serialized JSON in a specific field and then deserializes it. Do you have events with MessagePack fields which then need to be decoded?

Or are you looking to accept MessagePack as an entire input into Data Prepper?

@ryn9
Copy link
Author

ryn9 commented Oct 25, 2022

Or are you looking to accept MessagePack as an entire input into Data Prepper?

If it proves more performant - it would be good to support this as its popular for use with fluentbit/fluentd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants