-
Notifications
You must be signed in to change notification settings - Fork 2.1k
(kafka sink): Add AVRO support to Kafka sink #561
Copy link
Copy link
Closed
Labels
domain: codecsAnything related to Vector's codecs (encoding/decoding)Anything related to Vector's codecs (encoding/decoding)good first issueAnything that is good for new contributors.Anything that is good for new contributors.needs: approvalNeeds review & approval before work can begin.Needs review & approval before work can begin.needs: requirementsNeeds a a list of requirements before work can be beginNeeds a a list of requirements before work can be beginsink: kafkaAnything `kafka` sink relatedAnything `kafka` sink relatedtype: enhancementA value-adding code change that enhances its existing functionality.A value-adding code change that enhances its existing functionality.
Metadata
Metadata
Assignees
Labels
domain: codecsAnything related to Vector's codecs (encoding/decoding)Anything related to Vector's codecs (encoding/decoding)good first issueAnything that is good for new contributors.Anything that is good for new contributors.needs: approvalNeeds review & approval before work can begin.Needs review & approval before work can begin.needs: requirementsNeeds a a list of requirements before work can be beginNeeds a a list of requirements before work can be beginsink: kafkaAnything `kafka` sink relatedAnything `kafka` sink relatedtype: enhancementA value-adding code change that enhances its existing functionality.A value-adding code change that enhances its existing functionality.
It would be nice to have AVRO support in Kafka sink so data read as JSON gets output'ed as AVRO. Advantages would be input/output validation against schema and less overhead compares to raw JSON.