Skip to content

Commit

Permalink
Workaround for CI failures because of missing vectorized/redpanda i…
Browse files Browse the repository at this point in the history
…mages

See also quarkusio/quarkus#45026
  • Loading branch information
snazy committed Dec 10, 2024
1 parent 27ed20b commit 323712b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion events/ri/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,6 @@ quarkus.log.category."com.github.dockerjava".level=INFO

quarkus.kafka.devservices.topic-partitions.nessie-events-avro=1
quarkus.kafka.devservices.topic-partitions.nessie-events-json=1
quarkus.kafka.devservices.redpanda.transaction-enabled=false
quarkus.kafka.devservices.redpanda.transaction-enabled=false
# Workaround, can be removed after a Quarkus release with https://github.com/quarkusio/quarkus/issues/45026 (> 3.17.3)
quarkus.kafka.devservices.image-name=redpandadata/redpanda

0 comments on commit 323712b

Please sign in to comment.