Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-kafka: capture Avro encoded messages using schema registry
Implements capturing Avro encoded messages using schemas retrieved from the configured schema registry. The hard work is mostly translating an Avro value into a JSON value in a way that is maximally useful. The implementation here is a lot like the one in the Flow parser, but since we are unconstrained with backward-compatibility in the Kafka capture it includes some enhancements that would be difficult to include in the parser's version.
- Loading branch information