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

(+semver: patch) Add documentation #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

annymsMthd
Copy link
Contributor

Signed-off-by: Joshua Benjamin [email protected]

Signed-off-by: Joshua Benjamin <[email protected]>
@annymsMthd annymsMthd added the documentation Improvements or additions to documentation label Dec 7, 2019
@annymsMthd annymsMthd self-assigned this Dec 7, 2019
Proto Schema Registry provides a service to store proto schemas in kafka. It also supports breaking change detection and versioning.
Protobuf generated code is both backwards and forward compatible but this service provides a means for other services that don't have
the generated protobuf objects the ability to decode and display messages.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compile-time vs. run-time is implied here, but newcomers to the project might understand the README more quickly if you called it out explicitly

Check out the [Protobuf Definition](docs/protos/proto/schema/registry/v1/registry_api.proto).

Once the service is up and running use the `RegisterSchema` grpc method to register a schema. The schema must be gzipped in the message.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be better as a list than a paragraph, can you list all three services along with use case?

Copy link

@cuevaskoch cuevaskoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments: general requests for intro and service list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Development

Successfully merging this pull request may close these issues.

2 participants