Skip to content

Commit ea5e370

Browse files
authored
Merge 49eae52 into 9a920b4
2 parents 9a920b4 + 49eae52 commit ea5e370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/public/tools/lib/cmds/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ def deploy(arguments):
359359
if 'YDB_EXPERIMENTAL_PG' in os.environ:
360360
optionals['pg_compatible_expirement'] = True
361361

362-
if _is_env_option_enabled('YDB_KAFKA_API_ENABLED'):
363-
kafka_api_port = int(os.environ.get("YDB_KAFKA_PROXY_PORT", "9092"))
362+
kafka_api_port = int(os.environ.get("YDB_KAFKA_PROXY_PORT", "0"))
363+
if kafka_api_port != 0:
364364
optionals['kafka_api_port'] = kafka_api_port
365365

366366
configuration = KikimrConfigGenerator(

0 commit comments

Comments
 (0)