From 100d5045a9ed7eb4f6ca52e22766cb4aac21c097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20M=C3=A9ndez?= Date: Tue, 7 Feb 2023 17:11:32 +0100 Subject: [PATCH] Update spec/asyncapi.md Co-authored-by: Dale Lane --- spec/asyncapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index e2f363561..8ccbf4875 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -481,7 +481,7 @@ A single server would be described as: "host": "kafka.in.mycompany.com:9092", "description": "Production Kafka broker.", "protocol": "kafka", - "protocolVersion": "9" + "protocolVersion": "3.2" } ```