Skip to content

Commit

Permalink
Merge pull request #27617 from ozangunalp/redpanda_version_bump
Browse files Browse the repository at this point in the history
Bump default Kafka dev service image to redpanda v22.1.7
  • Loading branch information
cescoffier authored Aug 31, 2022
2 parents 8ad597b + 9b53e29 commit 4d3549f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class KafkaDevServicesBuildTimeConfig {
* See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
* <p>
*/
@ConfigItem(defaultValue = "docker.io/vectorized/redpanda:v21.11.3")
@ConfigItem(defaultValue = "docker.io/vectorized/redpanda:v22.1.7")
public String imageName;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ protected void containerIsStarting(InspectContainerResponse containerInfo, boole
command += "--memory 1G --overprovisioned --reserve-memory 0M ";
command += String.format("--kafka-addr %s ", getKafkaAddresses());
command += String.format("--advertise-kafka-addr %s ", getKafkaAdvertisedAddresses());
command += "--set redpanda.auto_create_topics_enabled=true ";
if (redpandaConfig.transactionEnabled) {
command += "--set redpanda.enable_idempotence=true ";
command += "--set redpanda.enable_transactions=true ";
Expand Down

0 comments on commit 4d3549f

Please sign in to comment.