File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,6 @@ def deploy(arguments):
362362 if os .environ .get ('YDB_KAFKA_API_ENABLED' , "0" ) == "1" :
363363 kafka_api_port = int (os .environ .get ("YDB_KAFKA_PROXY_PORT" , "9092" ))
364364 optionals ['kafka_api_port' ] = kafka_api_port
365- print (f"rekby-debug: kafka enabled, port { kafka_api_port } " )
366365
367366 configuration = KikimrConfigGenerator (
368367 erasure = parse_erasure (arguments ),
Original file line number Diff line number Diff line change @@ -431,7 +431,6 @@ def __init__(
431431 self .yaml_config ["feature_flags" ]["enable_external_data_sources" ] = True
432432 self .yaml_config ["feature_flags" ]["enable_script_execution_operations" ] = True
433433
434- print (f"rekby-debug: kafka port for config: { kafka_api_port } " )
435434 if kafka_api_port is not None :
436435 kafka_proxy_config = dict ()
437436 kafka_proxy_config ["enable_kafka_proxy" ] = True
You can’t perform that action at this time.
0 commit comments