From 51931598efb2c8def60de69e8b9d4a787fa97879 Mon Sep 17 00:00:00 2001 From: Sherif Akoush Date: Thu, 5 Dec 2024 17:52:59 +0000 Subject: [PATCH] add more formatting --- operator/pkg/cli/kafka.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/pkg/cli/kafka.go b/operator/pkg/cli/kafka.go index a467933e47..9a4bca9256 100644 --- a/operator/pkg/cli/kafka.go +++ b/operator/pkg/cli/kafka.go @@ -263,7 +263,7 @@ func (kc *KafkaClient) InspectStep( } fmt.Println("") } else { - fmt.Printf("%s\t%s\t%s\n", topic.Name, msg.Key, msg.Value) + fmt.Printf("%s\t%s\n", msg.Key, msg.Value) } } fmt.Print("----------------\n")