redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.44k stars 580 forks source link

Schema registry: add json support #6220

Open jnoynaert opened 2 years ago

jnoynaert commented 2 years ago

Who is this for and what problem do they have today?

For engineering teams not familiar with Kafka, the easiest onramp to publishing to Redpanda is json serialization (no additional dependencies or overhead of learning a binary format) published via http proxy (no need for a Kafka client library and the associated patterns for publishing).

Doing with this Redpanda today means forgoing use of schema registry for those topics, even though many Kafka implementations rely on schema registry as part of the overall workflow for governance, discoverability, etc.

What are the success criteria?

Users can successfully register json schemas with Redpanda schema registry.

Why is solving this problem impactful?

Opens up use of Redpanda to more teams while maintaining governance and usability benefits of schema registry

Additional notes

Original slack thread

JIRA Link: CORE-1011

vblackburn commented 1 year ago

+1

alexisread commented 1 year ago

+1

ffernandolima commented 1 year ago

+1

toannhu96 commented 1 year ago

+1

thonipintu commented 1 year ago

We need it!

matutter commented 4 months ago

Are there any comments from the devs or idea of where this stands on any kind of roadmap?