Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
e.rudikov committed Jan 26, 2024
1 parent 25d7dfe commit 706d050
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have updated the documentation accordingly.
- [ ] I'm using conventional commits https://www.conventionalcommits.org/.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Plugin to interact with schema-registry using [API Schema registry](https://docs

## License 📄

This plugin is licensed under the MIT License - see the [License](License) file for details.
This plugin is licensed under the MIT License - see the [License](LICENSE) file for details.

## Use cases

Expand Down Expand Up @@ -44,6 +44,10 @@ passed as __subjectToSchema__ map keys.

***Output***: <schema_name>: <id_from_registry>

***If a schema with the same name is registered under multiple subjects, the id will be assigned to it once.
See [Documentation](https://docs.confluent.io/platform/current/schema-registry/develop/using.html#register-an-existing-schema-to-a-new-subject-name)***


### Compatibility check:

run
Expand Down

0 comments on commit 706d050

Please sign in to comment.