Type Alias SchemaRegistryService

Source
pub type SchemaRegistryService = DockerService<SchemaRegistryConfig>;
Expand description

Docker-backed Schema Registry service.

Aliased Type§

struct SchemaRegistryService {
    config: SchemaRegistryConfig,
}

Fields§

§config: SchemaRegistryConfig