-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Migration Guide 2.16
Ozan Gunalp edited this page Dec 19, 2022
·
14 revisions
Kafka Client extension introduces quarkus.kafka.devservices.provider
build time property for configuring the dev service image provider.
Before 2.16 strimzi images could be used by configuring the quarkus.kafka.devservices.image-name
property to a value containing strimzi
text. After 2.16 developers have the option to configure quarkus.kafka.devservices.provider
to values redpanda
(default), strimzi
and kafka-native
with each option having a default container image. quarkus.kafka.devservices.image-name
can still be used to change the default image name.