4c1f81dadb
fix http No release Broker ( #2167 )
...
* Update http.go
Exit before deregister is executed
* Create http.go
Exit before deregister is executed
2021-05-13 13:07:25 +01:00
32cb1b435b
fix k8s api memory leak ( #2166 )
2021-05-11 08:58:19 +01:00
8c9c7a5927
fixing string field contains invalid UTF-8 issue ( #2164 )
2021-05-10 11:25:31 +01:00
9e9157d878
Fix util/log/log.Infof format didn't work ( #2160 )
...
Co-authored-by: Cui Gang <cuigang@yunpbx.com >
2021-05-06 06:43:05 +01:00
1b5d372b5b
optimize the process of switching grpc error to micro error ( #2158 )
2021-04-29 13:03:40 +01:00
b11a2f17e9
make rpcClient compatible with 32bit arm systems ( #2156 )
...
On ARM, 386, and 32-bit MIPS, it is the caller's responsibility to
arrange for 64-bit alignment of 64-bit words accessed
atomically. Only the first word in an allocated struct can
be relied upon to be 64-bit aligned.
2021-04-25 06:54:00 +01:00
a91d1f7a3d
Update README.md
v3.5.1
2021-04-16 17:34:42 +01:00
0d57213d3f
Add etcd to default registries when plugin is loaded ( #2150 )
...
Co-authored-by: Andrew Jones <andrew@gotoblink.com >
2021-04-08 18:31:39 +01:00
6ae252b892
add http demo; http client can call http server; http client can call rpc server ( #2149 )
2021-04-08 18:31:15 +01:00
e7a7e3a050
Update README.md
2021-04-03 08:39:40 +01:00
bed53b605f
fixing etcd stack in getToken ( #2145 )
...
when provide username and password, etcd will try to get auth token from server
if server is unavailble, etcd client will stack in
when dial timeout is set, it will return err instead of stack in
2021-04-01 09:55:21 +01:00
9b41d1bf08
Update README.md
2021-03-29 11:33:59 +01:00
0a41e6d80f
Update README.md
2021-03-17 09:37:20 +00:00
b636a4bfe3
Update README.md
2021-03-17 07:52:35 +00:00
df90f2ca63
Update registry plugins mod version ( #2130 )
...
* update etcd version
* update mod version
* update
* update etcd mod version
2021-02-27 06:48:44 +00:00
0bf3719a9a
remove indirects
2021-02-26 08:34:03 +00:00
bfa9e7c88c
update quic go mod
2021-02-26 08:14:11 +00:00
57003414be
remove network package
2021-02-26 08:13:12 +00:00
a54f40baa7
Update README.md
2021-02-25 10:32:47 +00:00
56c779f9df
Update README.md
2021-02-25 10:31:55 +00:00
26b859c4f9
improve code quality ( #2128 )
...
* Fix inefficient string comparison
* Fix unnecessary calls to Printf
* Canonicalize header key
* Replace `t.Sub(time.Now())` with `time.Until`
* Remove unnecessary blank (_) identifier
* Remove unnecessary use of slice
* Remove unnecessary comparison with bool
2021-02-25 08:30:35 +00:00
0f0ace1a44
support for tls on http plugin ( #2126 )
2021-02-17 18:20:06 +00:00
f9f5e7422d
fix store delete
2021-02-10 07:14:49 +00:00
2653e7a977
update pulgin registry mod version ( #2121 )
...
* update etcd version
* update mod version
* update
2021-02-08 08:56:39 +00:00
55b477ba07
update etcd version ( #2120 )
2021-02-07 12:15:06 +00:00
6f666d63c8
update client/grpc plugins version & remove replace ( #2119 )
...
* update memory registry plugins version & remove replace
* update plugins version & remove replace
* update plugins/client/grpc/v3 version
Co-authored-by: 申法宽 <shenfakuan@163.com >
2021-02-05 09:50:42 +00:00
e8167a8b79
update plugins version & remove replace ( #2118 )
...
* update memory registry plugins version & remove replace
* update plugins version & remove replace
Co-authored-by: 申法宽 <shenfakuan@163.com >
2021-02-05 09:09:25 +00:00
0702501552
Delete Dockerfile
2021-02-02 14:58:31 +00:00
89fe31310e
Delete docker.yml
2021-02-02 14:58:19 +00:00
ca3dfc4580
Remove missing gRPC example from README.md ( #2112 )
2021-01-30 18:13:56 +00:00
bba3107ae1
Remove hpcloud/tail in favour of nxadm/tail ( #2109 )
v3.5.0
2021-01-25 07:51:17 +00:00
60010e82e2
update protoc-gen-micro
v3.0.1
2021-01-20 21:36:17 +00:00
ad94eeb635
Update README.md
v3.0.0
2021-01-20 21:30:26 +00:00
88be70a6af
Update README.md
2021-01-20 21:30:10 +00:00
226833c4ab
Update README.md
2021-01-20 21:29:36 +00:00
8e3b7a57d9
examples at v3
2021-01-20 21:28:48 +00:00
dc8236ec05
update v3 plugins ( #2105 )
2021-01-20 21:01:10 +00:00
d94936f6c9
v3 ( #2104 )
...
* v3
* revert plugins
* fixup some issues
2021-01-20 13:54:31 +00:00
bf4ab679e1
Fix zk watchDir ( #2102 )
...
Signed-off-by: Goober <chenhao86899@gmail.com >
2021-01-05 17:32:17 +00:00
20b5755788
move encoders out to plugins
2020-12-30 08:46:31 +00:00
f64ffdbab1
remove indirects in go mod
2020-12-30 08:26:26 +00:00
eb1e22bd10
strip grpc
2020-12-30 08:21:30 +00:00
18fb7a5d62
move certmagic
2020-12-29 20:12:10 +00:00
ee8b369a19
add initialisers
2020-12-29 16:50:18 +00:00
f4f6feafb3
remove etcd store
2020-12-29 16:32:06 +00:00
9ddfe696a4
go fmt
2020-12-29 16:29:58 +00:00
762fff8a51
Merge branch 'master' of ssh://github.com/asim/go-micro
2020-12-29 16:28:21 +00:00
36bcd8317b
remove micro deps
2020-12-29 16:28:12 +00:00
10005db702
Rename default.go to noop.go
2020-12-29 16:24:31 +00:00
1b610403ba
go mod tidy
2020-12-29 15:50:14 +00:00