Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mqtt broker error on cloud run gcp #2924

Open
Riya-rj-Jain opened this issue Oct 16, 2023 · 3 comments
Open

Mqtt broker error on cloud run gcp #2924

Riya-rj-Jain opened this issue Oct 16, 2023 · 3 comments

Comments

@Riya-rj-Jain
Copy link

Hi,
i am trying to deploy mqtt broker on gcp cloud run with the dockerfile
image
and conf file as
image
but i am getting error server disconnected,connected error on gcp cloud run
image
can anyone please help.

@Daedaluz
Copy link
Contributor

Can you specify if there is some actual functional issue?

I mean, if it's the log-row itself that you are botherd with, it just looks like some type of automated "healt check" that just tests the tcp connection.

@Riya-rj-Jain
Copy link
Author

yes,i am not able to connect mqtt broker deployed on cloud run and logs showing this error,according to which mqtt broker is not up.

@Daedaluz
Copy link
Contributor

Daedaluz commented Nov 6, 2023

There isn't much to walk on here to further troubleshoot the issue.
The broker must be up in order to take connections, and here there are (although from a link-local address) connections beeing made, presumably from a TCP health check monitor because of the socket error and the previous log rows.

I'd take a closer look on the load-balancer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants