Configuring the Schema Registry client
Learn how to configure the Schema Registry client to access the server.
When running together with Kafka, the existing parameters still apply.
The client first sends a request to the OAuth2 auth server and requests a token.
Configure the settings required to access the server.
Property | Data type | Description |
---|---|---|
schema.registry.auth.type | String | It needs to be set to oauth2 . |
schema.registry.oauth.server.url | String | URL of the server issuing the tokens. |
schema.registry.oauth.client.id | String | ID of the client. |
schema.registry.oauth.secret | String | Secret. |
schema.registry.oauth.scope | String | Scope (optional). |
schema.registry.oauth.request.method | String | HTTP request method. By default, it is post . |