Skip to content

Commit

Permalink
add note for specific dev services kafka image.
Browse files Browse the repository at this point in the history
  • Loading branch information
christofluethi committed Dec 11, 2024
1 parent 7278e2e commit 0605813
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/en/docs/08.0/82_kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Add the following line to your `applications.properties` to switch to strimzi te
```yaml
quarkus.kafka.devservices.provider=strimzi
```

You can also configure a specific docker image with the following property:
```shell
quarkus.kafka.devservices.image-name=docker.redpanda.com/redpandadata/redpanda:v24.3.1
```
{{% /alert %}}

{{% details title="Without Devservices" %}}
Expand Down

0 comments on commit 0605813

Please sign in to comment.