Replies: 1 comment
-
Hey! Yeah, unfortunately events that don't match the schema will be dropped. We have an RFC for routing events that fail in sinks here: #14708. I think that would support your use-case to route those events that fail to be serialized to a secondary sink. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! This question is a bit too broad and might not be related to Vector itself. I wanted to ask if having a JSON schema (or Avro) can I build dead letter queue for the pipeline
for the messages that do not comply to the schema.
I see that Vector supports Avro schema, but what happens if the messages cannot be serialized? There is no option to specify a specific secondary topic for such messages (IIUC). So what could be the options here? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions