We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a920b4 + 49eae52 commit ea5e370Copy full SHA for ea5e370
ydb/public/tools/lib/cmds/__init__.py
@@ -359,8 +359,8 @@ def deploy(arguments):
359
if 'YDB_EXPERIMENTAL_PG' in os.environ:
360
optionals['pg_compatible_expirement'] = True
361
362
- if _is_env_option_enabled('YDB_KAFKA_API_ENABLED'):
363
- kafka_api_port = int(os.environ.get("YDB_KAFKA_PROXY_PORT", "9092"))
+ kafka_api_port = int(os.environ.get("YDB_KAFKA_PROXY_PORT", "0"))
+ if kafka_api_port != 0:
364
optionals['kafka_api_port'] = kafka_api_port
365
366
configuration = KikimrConfigGenerator(
0 commit comments