diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index e8cec94..4cabb34 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -23,4 +23,5 @@ - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. \ No newline at end of file +- [ ] I have updated the documentation accordingly. +- [ ] I'm using conventional commits https://www.conventionalcommits.org/. diff --git a/README.md b/README.md index 3ca8732..7943c35 100644 --- a/README.md +++ b/README.md @@ -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 @@ -44,6 +44,10 @@ passed as __subjectToSchema__ map keys. ***Output***: : +***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