TsgcWSPClient_KafkaProperties › Client

Client Property

The TsgcWebSocketClient used as the transport.

Syntax

property Client: TsgcWebSocketClient;

Default Value

Remarks

Assign a TsgcWebSocketClient with Specifications.RFC6455 = false; the Kafka protocol connects through it (Host/Port, default 9092).

Example

oKafka.Client := oClient;

Back to Properties