schema_registry

package
v0.4.6-debug Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewScanSchemaRegistryCmd

func NewScanSchemaRegistryCmd() *cobra.Command

Types

type SchemaRegistryScanner

type SchemaRegistryScanner struct {
	SchemaRegistryService SchemaRegistryScannerService

	StateFile string
	State     types.State
	Url       string
}

func NewSchemaRegistryScanner

func NewSchemaRegistryScanner(schemaRegistryService SchemaRegistryScannerService, opts SchemaRegistryScannerOpts) *SchemaRegistryScanner

func (*SchemaRegistryScanner) Run

func (srs *SchemaRegistryScanner) Run() error

type SchemaRegistryScannerOpts

type SchemaRegistryScannerOpts struct {
	StateFile string
	State     types.State
	Url       string
}

type SchemaRegistryScannerService

type SchemaRegistryScannerService interface {
	GetDefaultCompatibility() (schemaregistry.Compatibility, error)
	GetAllSubjectsWithVersions() ([]types.Subject, error)
	GetAllContexts() ([]string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL