-
Notifications
You must be signed in to change notification settings - Fork 929
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
Polaris registry not support Triple protocol? #2216
Comments
@jasondeng1997 负责该 issue 跟进 |
i'll try to resolve it |
目前感觉是polarisRegistry,在调用 notify 的时候出了问题 |
等等提交PR fix下这个问题 |
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Mar 5, 2023
5 tasks
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Mar 8, 2023
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Mar 16, 2023
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Mar 16, 2023
justxuewei
pushed a commit
that referenced
this issue
Mar 16, 2023
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Mar 21, 2023
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Mar 21, 2023
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Mar 29, 2023
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Mar 29, 2023
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Apr 7, 2023
chuntaojun
added a commit
to chuntaojun/dubbo-go
that referenced
this issue
Apr 7, 2023
AlexStocks
pushed a commit
that referenced
this issue
May 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
version 3.0.5
I'm running triple samples by using polaris registry.
What happened:
rpc/triple/pb2/go-server/conf
asrpc/triple/pb2/go-client/conf
asDUBBO_GO_CONFIG_PATH=$(pwd)/rpc/triple/pb2/go-server/conf/dubbogo.yml go run rpc/triple/pb2/go-server/cmd/server.go
output seems right:
and I can see the provider listed in polaris console with name
providers:org.apache.dubbogo.samples.rpc.triple.pb2.api.Greeter
in namespacedubbogo
DUBBO_GO_CONFIG_PATH=$(pwd)/rpc/triple/pb2/go-client/conf/dubbogo.yml go run rpc/triple/pb2/go-client/cmd/client.go
the output:
What you expected to happen:
The client should output:
If I changed the protocol to "nacos" and address to "127.0.0.1:8848", all things went well.
How to reproduce it (as minimally and precisely as possible):
can be reproduced.
Anything else we need to know?:
OS: Mac Ventura 13.2
Go Version: 1.19
The text was updated successfully, but these errors were encountered: