Describe the bug
I call the ksql API to create a stream and it returns 0. This only happens when my client is running in Docker.
Posted this on Slack and was asked to open an issue here.
"Michael Drogalis
Can you open a GitHub issue and post the full set of steps to reproduce? In particular, if you could show us more of the response, that'd help us best figure out what's up."
Describe the bug I call the ksql API to create a stream and it returns 0. This only happens when my client is running in Docker. Posted this on Slack and was asked to open an issue here.
"Michael Drogalis Can you open a GitHub issue and post the full set of steps to reproduce? In particular, if you could show us more of the response, that'd help us best figure out what's up."
To Reproduce
Docker file
My client licence-poller calling the ksql endpoint
Expected behavior The stream is created and 200 is returned.
Actual behaviour Request returns HTTP status code 0. Nothing appears in the KSqlDb logs.
Additional context When I run my client licence-poller outside it's container, everything works fine.