boldtrail/Confluent Schema Registry Action
Validate, check compliance, and apply AVRO schema changes to Confluent Schema Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform: validate, check, or apply | yes | — |
| schema-file-path | Path to the AVRO schema file (e.g., kafka/schemas/Deal.avsc) | yes | — |
| subject | Schema Registry subject name (required for check and apply actions) | no | — |
| schema-registry-url | Schema Registry URL | no | — |
| schema-registry-user | Schema Registry username for authentication | no | — |
| schema-registry-password | Schema Registry password for authentication | no | — |
Outputs
| name | description |
|---|---|
| validation-result | Result of the validation/check/apply operation |
| schema-id | Schema ID (returned for apply action) |
| schema-version | Schema version (returned for check and apply actions) |