-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[BUG] no need to specify port and ports in config for RPC services #2895
Comments
可能,有点代码坏味道,实现的略微粗糙点 |
Maybe, it’s a bit of a bad code smell, and the implementation is a little rough. |
there are bug existing, msggateway will fail to start, |
ok, it's caused by config file error. no need to fix. |
Thank you for your PR. I believe this solution is quite valuable, but there is still a small issue that needs to be addressed: there is a risk of port conflicts between the various components and the exposed Prometheus scraping ports, as they are started asynchronously. We are currently considering a solution to resolve this issue. |
OpenIM Server Version
v3.8.0
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
rpc services are started and auto registered into registry ( zookeeper, etcd, k8s etc...),
listen IP and listen port are not that significant enough to be set in config file, it could be auto allocated random by system.
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: