From 7e451bbc38392f593e851b125c942fba2ca2a282 Mon Sep 17 00:00:00 2001 From: karmaking Date: Wed, 13 Aug 2025 15:59:15 +0200 Subject: [PATCH] fix/remove kafka message docs --- get-documentation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-documentation.go b/get-documentation.go index d91e604..7f789f2 100755 --- a/get-documentation.go +++ b/get-documentation.go @@ -358,7 +358,7 @@ func main() { var baseOutputDirectory string - connectors := []string{"akka_vDec2018", "rest_vMar2019", "stored_procedure_vDec2019", "kafka_vMay2019", "rabbitmq_vOct2024"} + connectors := []string{"akka_vDec2018", "rest_vMar2019", "stored_procedure_vDec2019", "rabbitmq_vOct2024"} apiVersions := []string{"v5.1.0", "v5.0.0", "v4.0.0"} flag.StringVar(&obpApiHost, "obpapihost", "YOUR OBP HOST", "Provide an OBP host to test (include the protocol and port)")