pravega / flink-connectors

Apache Flink connectors for Pravega.
Apache License 2.0
96 stars 67 forks source link

Pravega container fails to connect with segment store under containerized testing environment #698

Closed crazyzhou closed 2 years ago

crazyzhou commented 2 years ago

Problem description Testcontainers can be used from inside a container, this is very useful for different CI scenarios like running everything in containers on Jenkins. When starting the Pravega container with the testcontainer when running tests, client is not able to connect to the segment store uri, because of the publishing IP not configured.

Problem location PravegaContainer

Suggestions for an improvement Adding HOST_IP environment variable.