Commit Graph

231 Commits

Author SHA1 Message Date
orb li
cb8ba30ac5 Conceptual deliverable 2020-09-18 16:32:52 +03:00
orb li
ab876bfc74 Adding dependency 2020-09-18 16:32:52 +03:00
orb li
3fba82d0f8 Add dialoptions and calloptions 2020-09-18 16:32:52 +03:00
Asim Aslam
756857f1a6 Add grpc content-type 2020-09-18 16:32:52 +03:00
Asim Aslam
c03b95cb79 Force grpc client/server to use grpc codec for broker 2020-09-18 16:32:52 +03:00
johnson
2846a2cc65 update service not found error tooltip
fixing test failed issue

change back error type
change registry.ErrNotFound back to selector.ErrNotFound

change back error type
change registry.ErrNotFound back to selector.ErrNotFound

remove the single node tunnel test

Fix read yaml config from memory

package main

import (
	"fmt"

	"github.com/micro/go-micro/config"
	"github.com/micro/go-micro/config/source/memory"
)

var configData = []byte(`
2020-09-18 16:32:52 +03:00
Asim Aslam
a6e682ebf1 move all the buffer references to util/buf 2020-09-18 16:32:52 +03:00
张三
5c95e48656 fix bug
https://github.com/micro/micro/issues/293
Send request failed using micro Content-Type application/grpc+json
2020-09-18 16:32:52 +03:00
640f0504b5 fix ipv6 addr parsing and using
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-09-18 16:32:52 +03:00
Asim Aslam
995484282e Fix breaks and go fmt 2020-09-18 16:32:52 +03:00
Asim Aslam
fbd64e5cba move transport back 2020-09-18 16:32:52 +03:00
Asim Aslam
5ab3e7e90b Remove Port from registry 2020-09-18 16:32:52 +03:00
Joe
e2b8abd86a grpc: using jsonpb.Marshaler to do Marshal, map to jsonpb.Unmarsh 2020-09-18 16:32:52 +03:00
Asim Aslam
1b9e535220 Change Publication to Event 2020-09-18 16:32:52 +03:00
Asim Aslam
9235dfb2a2 gofmt 2020-09-18 16:32:52 +03:00
Asim Aslam
480aa760f9 Move transport to network/transport 2020-09-18 16:32:52 +03:00
e782237b41 codec grpc: fix extra allocations on message unmarshal
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-09-18 16:32:52 +03:00
Joe
fb97097ef6 if unmarshal target is proto.Message, using jsonpb 2020-09-18 16:32:52 +03:00
Asim Aslam
a29870b154 fix grpc proto wrapper 2020-09-18 16:32:52 +03:00
lpxxn
058d0e476e pass parameter to anonymous function 2020-09-18 16:32:52 +03:00
Asim Aslam
30a0bfeeb8 Accept a range of addresses 2020-09-18 16:32:52 +03:00
Asim Aslam
e21f065b7e Go fmt everything 2020-09-18 16:32:52 +03:00
Asim Aslam
507beaf373 Move selector to client/selector 2020-09-18 16:32:52 +03:00
Asim Aslam
7596a027d9 Fix the grpc test 2020-09-18 16:32:52 +03:00
Asim Aslam
e83572b994 Add working grpc proxy config 2020-09-18 16:32:52 +03:00
johnson
869c6ec764 grpc message should be able to set 2020-09-18 16:32:52 +03:00
Asim Aslam
76265b618b add cruft 2020-09-18 16:32:52 +03:00
Asim Aslam
0ecc1d6197 check in cruft 2020-09-18 16:32:52 +03:00
Asim Aslam
502ac83bfe check in this cruft 2020-09-18 16:32:52 +03:00
Asim Aslam
96d68eeace strip use of cmd 2020-09-18 16:32:52 +03:00
Asim Aslam
37e2bf5695 Further consolidate the libraries 2020-09-18 16:32:52 +03:00