Skip to content
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

Closed
mbogoevici opened this issue Oct 24, 2016 · 6 comments
Closed

Create example showing schema registry usage #21

mbogoevici opened this issue Oct 24, 2016 · 6 comments
Assignees

Comments

@mbogoevici
Copy link
Contributor

mbogoevici commented Oct 24, 2016

As a developer, I'd like to create a sample for schema registry and its usage patterns.

Acceptance:

  • A simple schema resolution scenario for a processor application is demonstrated
  • Project structure, DB configurations and the sample YAML included
  • Unit-test procedure documented
  • Troubleshooting guide/hints included
@snoop244
Copy link

snoop244 commented Oct 10, 2017

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.

@snoop244
Copy link

I saw the @sobychacko announcement about the updated samples and was hoping a schema registry sample would be available. Is this still planned?

@sobychacko
Copy link
Contributor

@snoop244 We could not make it in the first iteration, but it is still planned. Watch this issue for updates.

@sobychacko sobychacko self-assigned this Mar 14, 2018
@sabbyanandan
Copy link

@snoop244: Here's a naive take on a sample. An official work is in progress - stay tuned.

@sabbyanandan
Copy link

The official samples are available, too.

@snoop244
Copy link

This is brilliant! Thank you! We believe that schema-as-contract (w. schema evolution) are critical to our decoupled microservices architecture. Much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants