Products | Versions |
---|---|
TIBCO Streaming | 10.6 and later |
I want to deploy my Streaming application in Docker. This application needs to reach out to a locally-run TCP service, which is also deployed in Docker. What IP address should I use in my Streaming application to ensure a successful connection?
$ docker inspect oracle12_db | grep \"IPAddress\"\:\
"IPAddress": "172.17.0.2"
This IP address should be recognized by the Docker container where your Streaming application is deployed. Use this IP address when configuring URIs for Streaming adapters (e.g. JMS), operators (e.g. ActiveSpaces operators), and JDBC data sources.