From c1479796c6bbd19782abf241d0ce7dc723a97dc4 Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Thu, 25 Jul 2024 16:54:33 -0300 Subject: [PATCH] fix guide port list (#633) --- modules/get-started/pages/broker-admin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/get-started/pages/broker-admin.adoc b/modules/get-started/pages/broker-admin.adoc index c2f38956b..484a773c6 100644 --- a/modules/get-started/pages/broker-admin.adoc +++ b/modules/get-started/pages/broker-admin.adoc @@ -46,7 +46,7 @@ For example, to configure three brokers on a single machine running on localhost [,bash] ---- -export RPK_BROKERS="127.0.0.1:41457,127.0.0.1:39397,127.0.0.1:37735" +export RPK_BROKERS="192.168.72.34:9092,192.168.72.35:9092,192.168.72.36.9092" ---- == Configuration file settings