Skip to content

Commit

Permalink
fix: change kafka metadataVersion version to string
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Dec 24, 2024
1 parent bef5aa1 commit a71adc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/setup/kafka-wal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
spec:
kafka:
version: 3.9.0
metadataVersion: 3.9
metadataVersion: "3.9"
listeners:
- name: plain
port: 9092
Expand Down

0 comments on commit a71adc2

Please sign in to comment.