Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion embedded-kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ToxiProxy is a great tool for simulating network conditions, meaning that you ca
* `embedded.kafka.topicsToCreate` `(comma separated list of topic names, default is empty)`
* `embedded.kafka.secureTopics` (subset of `embedded.kafka.topicsToCreate` that should be secured with ACLs)
* `embedded.kafka.dockerImageVersion` `(default '7.6.0' provides Kafka 3.2.0)`
* `embedded.kafka.dockerImage` `(default is set to 'confluentinc/cp-schema-registry:7.9.3')`
* `embedded.kafka.dockerImage` `(default is set to 'confluentinc/cp-schema-registry:8.0.2')`
** Image versions on https://hub.docker.com/r/confluentinc/cp-kafka/tags[dockerhub]
** https://docs.confluent.io/current/installation/versions-interoperability.html#cp-and-apache-kafka-compatibility[Confluent Platform and Apache Kafka Compatibility]
* `embedded.kafka.dockerUser` `(default 'appuser' since Confluent Platform 6.0.0)`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public boolean isBasicAuthenticationEnabled() {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "confluentinc/cp-schema-registry:7.9.3";
return "confluentinc/cp-schema-registry:8.0.2";
}

public enum AvroCompatibilityLevel {
Expand Down
Loading