We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Running 0.19.19 on K8S : falkordb+qdrant
The API-gateway pod is failing to connect to pulsar with the following errors:
ERROR [139876034938560] ClientConnection:605 | Resolve error: asio.netdb:1 : Host not found (authoritative) 2025-01-19 09:06:52.541 ERROR [139876034938560] ClientConnection:1318 | [ -> pulsar://pulsar:6650] Connection closed with ConnectError (refCnt: 2) 2025-01-19 09:06:52.541 INFO [139876034938560] ConnectionPool:141 | Remove connection for pulsar://pulsar:6650-pulsar://pulsar:6650-0 2025-01-19 09:06:52.541 ERROR [139876034938560] ClientImpl:216 | Error Checking/Getting Partition Metadata while creating producer on non-persistent://tg/request/agent -- ConnectError
And so cannot use the workbench UI
Was working fine in 0.18.4
The text was updated successfully, but these errors were encountered:
I think this is with newer templates in 0.19.21.
The problem was that the broker was getting a service name broker when the rest of the system was expecting pulsar
broker
pulsar
Sorry, something went wrong.
No branches or pull requests
Hi,
Running 0.19.19 on K8S : falkordb+qdrant
The API-gateway pod is failing to connect to pulsar with the following errors:
ERROR [139876034938560] ClientConnection:605 | Resolve error: asio.netdb:1 : Host not found (authoritative)
2025-01-19 09:06:52.541 ERROR [139876034938560] ClientConnection:1318 | [ -> pulsar://pulsar:6650] Connection closed with ConnectError (refCnt: 2)
2025-01-19 09:06:52.541 INFO [139876034938560] ConnectionPool:141 | Remove connection for pulsar://pulsar:6650-pulsar://pulsar:6650-0
2025-01-19 09:06:52.541 ERROR [139876034938560] ClientImpl:216 | Error Checking/Getting Partition Metadata while creating producer on non-persistent://tg/request/agent -- ConnectError
And so cannot use the workbench UI
Was working fine in 0.18.4
The text was updated successfully, but these errors were encountered: