Configuring the Connectors
You can use the TIBCO Bridge for Apache Pulsar source connector (FTL to Pulsar), sink connector (Pulsar to FTL), or both at the same time. Configure each connector separately by modifying a copy of the appropriate sample configuration file.
Configuration Files
For information on configuration parameters and their default values, see the comments in the sample configuration files.
To send messages from FTL to Apache Pulsar, copy and modify the source connector configuration file APD_BRIDGE_HOME/config/ftl-source.yaml. For example:
tenant: public namespace: default name: ftl-source runtimeFlags: "-Djava.library.path=/opt/tibco/ftl/6.4/lib" # FTL-specific config configs: ftlServers: "http://localhost:8585" ftlApplicationName: "pulsar-source" ftlEndpoints: - name: "pulsar-source-endpoint"
To send messages from Apache Pulsar to FTL, copy and modify the sink connector configuration file APD_BRIDGE_HOME/config/ftl-sink.yaml. For example:
tenant: public namespace: default name: ftl-sink runtimeFlags: "-Djava.library.path=/opt/tibco/ftl/6.4/lib" # FTL-specific config configs: ftlServers: "http://localhost:8585" ftlApplicationName: "pulsar-sink" ftlEndpoints: - name: "pulsar-sink-endpoint"
Copyright © Cloud Software Group, Inc. All rights reserved.