Configuring Kafka, StreamBase, or FTL Channels by Using Custom CDD file

You can modify the channel configuration by setting the corresponding global variables in CDD file .

Procedure

  1. Create a custom CDD file in which you are going to set or override the channel configurations properties.
  2. In the CDD file, set the global variables corresponding to the channel configuration properties you want to modify. You can either assign the value of the property as the channel server URL say for example: tibco.clientVar.StreamBaseServerURI=sb://10.100.123.114:10000 or you can set the value of the global variable as an Run time Context Variable (RCV) say for example tibco.clientVar.StreamBaseServerURI=${MY_STREAMBASE_URL}. In this case, a RCV with name MY_STREAMBASE_URL must be added to the component. For more information see section Adding or Editing Run time Context Variables.

Example of RCV with value

Example CDD with RCV

Example of CDD with value

  1. Compress and create a zip file of the custom CDD file and the EAR file. Upload this compressed zip file by clicking OK in the wizard and deploy the application.