Interface ApicurioRegistryBuildTimeConfig.ApicurioRegistryDevServicesBuildTimeConfig
- Enclosing interface:
ApicurioRegistryBuildTimeConfig
public static interface ApicurioRegistryBuildTimeConfig.ApicurioRegistryDevServicesBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionEnvironment variables that are passed to the container.enabled()If Dev Services for Apicurio Registry has been explicitly enabled or disabled.The Apicurio Registry image to use.port()Optional fixed port the dev service will listen to.The value of thequarkus-dev-service-apicurio-registrylabel attached to the started container.booleanshared()Indicates if the Apicurio Registry instance managed by Quarkus Dev Services is shared.
-
Method Details
-
enabled
If Dev Services for Apicurio Registry has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. For Apicurio Registry, Dev Services starts a registry unlessmp.messaging.connector.smallrye-kafka.apicurio.registry.urlormp.messaging.connector.smallrye-kafka.schema.registry.urlis set. -
port
OptionalInt port()Optional fixed port the dev service will listen to.If not defined, the port will be chosen randomly.
-
imageName
The Apicurio Registry image to use. Note that only Apicurio Registry 2.x images are supported. Specifically, the image repository must end withapicurio/apicurio-registry-mem. -
serviceName
The value of thequarkus-dev-service-apicurio-registrylabel attached to the started container. This property is used whensharedis set totrue. In this case, before starting a container, Dev Services for Apicurio Registry looks for a container with thequarkus-dev-service-apicurio-registrylabel set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with thequarkus-dev-service-apicurio-registrylabel set to the specified value.This property is used when you need multiple shared Apicurio Registry instances.
-
containerEnv
Environment variables that are passed to the container.
-