e2e6425e65
linting fixes
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-09-20 15:11:08 +03:00
Astone
e13e329abc
improve code quality
2020-09-20 15:11:08 +03:00
Astone
4cba1b3ec9
optimize: a better way for return error
2020-09-20 15:11:08 +03:00
Asim Aslam
15b405b1a9
The mega cruft proxy PR ( #974 )
...
* the mega cruft proxy PR
* Rename broker id
* add protocol=grpc
* fix compilation breaks
* Add the tunnel broker to the network
* fix broker id
* continue to be backwards compatible in the protocol
2020-09-20 15:11:08 +03:00
d0222ee239
return error to caller on grpc server request processing ( #962 )
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-09-20 15:11:08 +03:00
Till Knuesting
592f1fb218
preallocated slices ( #934 )
2020-09-20 15:11:08 +03:00
Yang Shi
5cc92860a6
improve the log of panic recovering ( #906 )
2020-09-20 15:11:08 +03:00
tegk
a5978b5470
used gofmt with -s flag on whole project
2020-09-20 15:11:08 +03:00
Shu Xian
94f5ccf378
recover handler if panic
2020-09-20 15:11:08 +03:00
Milos Gajdos
a037094a31
Lock started flag when changing it.
2020-09-20 15:11:08 +03:00
Milos Gajdos
65733b8268
Make server starts and stops idempotent
2020-09-20 15:11:08 +03:00
johnson
f9dcbb71be
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-20 15:11:08 +03:00
Asim Aslam
b7ee22d993
Add monitor/debug packages
2020-09-20 15:11:08 +03:00
Asim Aslam
35364b037b
fix broker log line
2020-09-20 15:11:08 +03:00
c0e32da83e
bunch of other ipv6 fixes
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-09-20 15:11:08 +03:00
5aad839816
fix ipv6 addr parsing and using
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-09-20 15:11:08 +03:00
Asim Aslam
df9fa0c938
Remove Port from registry
2020-09-20 15:11:08 +03:00
Asim Aslam
b3f501e789
strip broker address
2020-09-20 15:11:08 +03:00
Asim Aslam
5a7113b669
add peer in context
2020-09-20 15:11:08 +03:00
Asim Aslam
d09a33b43c
fix grpc proto wrapper
2020-09-20 15:11:08 +03:00
Asim Aslam
4651f11492
Add working grpc proxy config
2020-09-20 15:11:08 +03:00
Asim Aslam
ac860f37e2
add cruft
2020-09-20 15:11:08 +03:00
Asim Aslam
0635d2c2ca
check in this cruft
2020-09-20 15:11:08 +03:00
Asim Aslam
eaae419939
strip use of cmd
2020-09-20 15:11:08 +03:00
Asim Aslam
8a3538eb77
Further consolidate the libraries
2020-09-20 15:11:08 +03:00