david-streamlio opened a new issue #9977: URL: https://github.com/apache/pulsar/issues/9977
**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** 1. Start a Pulsar standalone instance inside a docker container 2. Deploy a stateful function to the cluster 3. Trigger the function **Expected behavior** One would expect these calls to succeed **Additional context** Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
