Connecting to TIBCO Cloud Messaging - Kafka

Configuring Kafka Client Configuration through tcm-config.yaml

You can configure Kafka Client Configuration by using a 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 the tcm-config.yaml file, see the "TIBCO Cloud Messaging Client Configuration File" section in TIBCO Cloud™ Messaging documentation.

Support For Azure EventHub

For Azure Event Hub, below connection fields are required:

  • Brokers - <azure event hub namespace>.servicebus.windows.net:9093

  • Authentication Type - SASL/PLAIN

  • Username - $ConnectionString

  • Password - <Connection String -Primary Key>

  • Security Protocol - SASL_SSL

  • For more information about how to configure Event Hub, click the link:

  • https://learn.microsoft.com/en-gb/azure/event-hubs/event-hubs-create