jaylu163

Results 4 issues of jaylu163

vendor\google.golang.org\grpc\status\status.go:155:21: cannot use any (type *"peace/vendor/google.golang.org/grpc/vendor/github.com/golang/protobuf/ptypes/any".Any) as type *"github.com/golang/protobuf/ptypes/any".Any in append vendor\google.golang.org\grpc\status\status.go:169:32: cannot use any (type *"github.com/golang/protobuf/ptypes/any".Any) as type *"peace/vendor/google.golang.org/grpc/vendor/github.com/golang/protobuf/ptypes/any".Any in argument to ptypes.UnmarshalAny 这什么鬼问题啊。

it is my firefly.core.yaml ``` plugins: blockchain: - name: ethereum type: ethereum ethereum: ethconnect: url: http://localhost:8080 # topic: "0" - name: fabric type: fabric fabric: fabconnect: url: http://localhost:8080 topic: chain1...

Libzookeeper operation to increase the number of Kafka links ` if (!is_null($timeout) && is_numeric($timeout)) { $this->zookeeper = new \ZooKeeper($hostList, null, $timeout); } else { $this->zookeeper = new \ZooKeeper($hostList); } `...

### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the...