Re: JSONSchema Kafka Connect Converter

2018-01-29 Thread Randall Hauch
Hi, Andrew. The Converter is part of Connect's public API, so it certainly is valid/encouraged to create new implementations when that makes sense for users. I know of several Converter implementations that are outside of the Apache Kafka project. The project's existing JSON converter is fairly

JSONSchema Kafka Connect Converter

2018-01-23 Thread Andrew Otto
Hi all, I’ve been thinking a lot recently about JSON and Kafka. Because JSON is not strongly typed, it isn’t treated as a first class citizen of the Kafka ecosystem. At Wikimedia, we use JSONSchema validated JSON for Kafka messages.