rpk registry schema
Manage your schema registry schemas.
Subcommands
| Command | Description |
|---|---|
Check schema compatibility with existing schemas in the subject. |
|
Create a schema for the given subject. This uploads a schema to the registry, creating the schema if it does not exist. |
|
Delete a specific schema for the given subject. By default, schemas are soft deleted and can still be retrieved with the |
|
Get a schema by version, ID, or by an existing schema. This returns a lookup of an existing schema or schemas in one of a few potential (mutually exclusive) ways: * By version, returning a schema for a required subject and version * By ID, returning all subjects using the schema, or filtering for one subject * By schema, checking if the schema has been created in the subject To print the schema, use the |
|
List the schemas for the requested subjects, or list all schemas. |
|
Retrieve a list of schemas that reference the subject. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |