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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: