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: Option to Store Raw Kafka Messages in S3 Without Parser Transformation in Secor. #2826

Open
Vijay1518 opened this issue Nov 8, 2024 · 0 comments

Comments

@Vijay1518
Copy link

Problem: Secor’s current parsers require serialization and deserialization of Kafka messages before storing them in S3, which alters the original message format. For cases where we need to store raw, unaltered messages, the existing parsers (Json parser )add unnecessary transformations.

Expected Behavior: Introduce an option to bypass parser transformations and save messages in S3 exactly as they are received from Kafka, without serialization, deserialization, or any modification.

how can i fix this?

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