tft_start_processor

Function

Starts the MindIO TFT Processor module service after this module is successfully initialized.

Format

mindio_ttp.framework_ttp.tft_start_processor(master_ip: str, port: int, local_ip='')

Parameters

Parameter

Mandatory/Optional

Description

Value

master_ip

Mandatory

IP address or domain name of the node where Controller resides.

An IPv4 address that complies with the IP address specifications is required. It must be in the IP address range of cluster nodes. An all-zero IP address is not allowed. Domain names are supported.

port

Mandatory

Listening port number of Controller.

[1024, 65535]

local_ip

Optional

Service IP address or domain name of the node where Processor is located in Kubernetes.

An IPv4 address that complies with the IP address specifications is required. It must be in the IP address range of cluster nodes. An all-zero IP address is not allowed. Domain names are supported.

Return Value

No return value. If an error occurs, an error log is recorded and an exception is thrown.