Skip to content

Commit

Permalink
Upgrade Kafka to 3.2 and confluent platform to 7.2.2 (#106)
Browse files Browse the repository at this point in the history
Closes #105
  • Loading branch information
raminqaf authored Oct 13, 2022
1 parent 7d98628 commit f144720
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/docs/user/getting-started/setup-quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ To deploy Kafka, this guide uses Confluent's Helm Chart.
```yaml title="kafka.yaml"
cp-zookeeper:
enabled: true
imageTag: 6.1.1
imageTag: 7.1.3
servers: 1
heapOptions: "-Xms124M -Xmx124M"
overrideGroupId: k8kafka
Expand All @@ -151,7 +151,7 @@ To deploy Kafka, this guide uses Confluent's Helm Chart.
cp-kafka:
brokers: 1
imageTag: 6.1.1
imageTag: 7.1.3
enabled: true
podManagementPolicy: Parallel
configurationOverrides:
Expand All @@ -174,7 +174,7 @@ To deploy Kafka, this guide uses Confluent's Helm Chart.
cp-schema-registry:
enabled: true
imageTag: 6.1.1
imageTag: 7.1.3
fullnameOverride: "k8kafka-cp-schema-registry"
overrideGroupId: "k8kafka"
kafka:
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jackson = "2.13.3"

micronaut = "3.6.0"

kafka = "3.1.0"
streamsBootstrap = "2.2.0"
confluent = "7.1.3"
kafka = "3.2.0"
streamsBootstrap = "2.3.0"
confluent = "7.2.2"
avro = "1.11.1"
protobuf = "3.21.5"
fluent_streams = "2.6.0"
fluent_streams = "2.7.1"
reactiveKafka = "1.3.12"

guava = "29.0-jre"
Expand All @@ -29,7 +29,7 @@ junit = "5.7.2"
mockito = "4.8.0"
assertj = "3.20.1"
awaitly = "4.1.0"
kafka_junit = "3.2.0" # 3.2.0
kafka_junit = "3.2.0"

# ---------Plugins---------
gradleAvro = "1.2.0"
Expand Down

0 comments on commit f144720

Please sign in to comment.