Describe the bug
If you run Pulsar in standalone mode inside a Docker container, calls (direct or indirect) to the StateStore using "localhost", e.g. bk://localhost:4181 fail because the StateStore client is using a different hostname
To Reproduce
- Start a Pulsar standalone instance inside a docker container
- Deploy a stateful function to the cluster
- Trigger the function
Expected behavior
One would expect these calls to succeed
Additional context
Add any other context about the problem here.
Describe the bug
If you run Pulsar in standalone mode inside a Docker container, calls (direct or indirect) to the StateStore using "localhost", e.g. bk://localhost:4181 fail because the StateStore client is using a different hostname
To Reproduce
Expected behavior
One would expect these calls to succeed
Additional context
Add any other context about the problem here.