-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Release 5.6.2 - Fixed an issue related to Apicurio when trying to get more than one schema from the registry from Jmeter. - Added new documentation on using the schema registry in the wiki.
- Loading branch information
1 parent
0464bbc
commit 4bf87e9
Showing
8 changed files
with
108 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Configuration Schema Registry | ||
|
||
Although we support the use of schemas without external dependencies such as Schema Registry, it is common to use it, since it allows to | ||
have control of the schemas with versions. | ||
|
||
To choose the use of Schema Registry it is necessary to do it in the following way introducing the basic properties that appear in the | ||
image: | ||
![](images/SchemaRegistrySelection.png) | ||
|
||
The properties are supported by the schema registry available to us (At the moment are Confluent Schema Registry, and Apicurio Schema Registry) | ||
|
||
A list of the properties explained here: | ||
* `schema.registry.auth.enabled` If your schema registry have auth enabled or not | ||
* `schema.registry.auth.method` The method to connect with your schema registry | ||
* `schema.registry.username` Username | ||
* `schema.registry.password` Password | ||
* `schema.registry.bearer` Token for SASL/OAUTHBEARER | ||
|
||
## Some Recommendations | ||
|
||
To avoid having unclear schemas, when use Apicurio they recommend using this functionality instead of auto-generating. | ||
https://www.apicur.io/registry/docs/apicurio-registry/2.1.x/assets-attachments/registry-rest-api.htm#tag/Artifacts/operation/createArtifact | ||
|
||
However, in Confluent Schema Registry, they take the SubjectName as ID, so remember it if you see a different name in your Schema List. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters