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

Binary data over tcp input #8810

Open
HKalbasi opened this issue May 9, 2024 · 0 comments
Open

Binary data over tcp input #8810

HKalbasi opened this issue May 9, 2024 · 0 comments

Comments

@HKalbasi
Copy link

HKalbasi commented May 9, 2024

I have a binary arbitrary data, containing \0 and non ascii bytes. I want to transfer it into the fluent bit using the tcp input, but it doesn't work using the none parser as it detects \0 as delimiter. Is there any mode that I can write length and data to emit raw binary data into the fluent bit? If not, is it possible to add a parser or something else for it? I can use msgpack but since my data is already a flat buffer message, it doesn't really make sense to wrap it in an additional msgpack.

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