Skip to content

Commit

Permalink
fix: update protoc-gen-go-triple
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceLiZhixin committed Oct 29, 2021
1 parent 9ff5944 commit 26805fc
Show file tree
Hide file tree
Showing 10 changed files with 507 additions and 761 deletions.
2 changes: 1 addition & 1 deletion example/dubbo/go-client/conf/dubbogo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dubbo:
timeout: 3s
address: 127.0.0.1:2181
consumer:
registryIDs:
registry-ids:
- demoZK
references:
GreeterClientImpl:
Expand Down
2 changes: 1 addition & 1 deletion example/dubbo/go-server/cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func initSignal() {


type GreeterProvider struct {
proto.GreeterProviderBase
proto.UnimplementedGreeterServer
}

func (s *GreeterProvider) SayHelloStream(svr proto.Greeter_SayHelloStreamServer) error {
Expand Down
6 changes: 3 additions & 3 deletions example/dubbo/go-server/conf/dubbogo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ dubbo:
name: tri
port: 20000
provider:
registryIDs:
registry-ids:
- demoZK
services:
GreeterProvider:
protocolIDs: triple
protocol-ids: triple
interface: org.apache.dubbo.IGreeter # must be compatible with grpc or dubbo-java
consumer:
registryIDs:
registry-ids:
- demoZK
references:
GreeterClientImpl:
Expand Down
Loading

0 comments on commit 26805fc

Please sign in to comment.