Connecting to TIBCO Cloud Messaging - Kafka
-
Configuring Kafka Client Configuration through tcm-config.yaml
-
You can configure Kafka Client Configuration by using
tcm-config.yaml
file as follows:-
Broker: Kafka broker url from the
tcm-config.yaml
file -
Auth Mode: SASL/PLAIN
-
USERNAME: Kafka username from the
tcm-config.yaml
file -
PASSWORD: token:<tcm_authentication_key> (TCM authentication key must be prefixed by 'token:' )
-
SECURITY_PROTOCOL: SASL_SSL
- For more information about downloading
tcm-config.yaml
file, see 'Cloud Messaging Client Configuration File' section in Getting Started With TIBCO Cloud™ Messaging documentation.
-