-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create example showing schema registry usage #21
Comments
I'd contribute a sample if I could, but I can't even get a basic version of this working with either the built-in schema registry or the Confluent schema registry. The docs spend a lot of time describing this, but we really need a working sample. I think it needs to show how to work with the built-in schema registry (including how to POST a schema to that registry in the first place as my well-formed JSON keeps being rejected). I assume it takes Avro schema's (the docs imply this). Ideally, we would also have a full example based on the Confluent schema registry and Avro schemas for both Source and Sink. I'm sorry I couldn't contribute an example myself. I think SCDF/SCSt + Avro + Kafka is an incredibly powerful combination considering my company's journey towards data-driven microservices. Schema evolution is a vital use case for us - hence the need for Avro. |
I saw the @sobychacko announcement about the updated samples and was hoping a schema registry sample would be available. Is this still planned? |
@snoop244 We could not make it in the first iteration, but it is still planned. Watch this issue for updates. |
The official samples are available, too. |
This is brilliant! Thank you! We believe that schema-as-contract (w. schema evolution) are critical to our decoupled microservices architecture. Much appreciated! |
As a developer, I'd like to create a sample for schema registry and its usage patterns.
Acceptance:
The text was updated successfully, but these errors were encountered: