1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
JeffreyBool
f48911d2c3
fix: "Solve the problem that the resources have not been fully released due to early exit" (#2168)
* Update http.go

Exit before deregister is executed

* Create http.go

Exit before deregister is executed

* Solve the problem that the resources have not been fully released due to early exit

* Optimize some code

* Optimize some code
2021-05-17 08:16:52 +01:00
JeffreyBool
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
Johnson C
8c9c7a5927
fixing string field contains invalid UTF-8 issue (#2164) 2021-05-10 11:25:31 +01:00
Scout Wang
1b5d372b5b
optimize the process of switching grpc error to micro error (#2158) 2021-04-29 13:03:40 +01:00
Andrew
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
Johnson C
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
Jerry
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
Asim Aslam
bfa9e7c88c update quic go mod 2021-02-26 08:14:11 +00:00
Asim Aslam
57003414be remove network package 2021-02-26 08:13:12 +00:00
Alex Unger
0f0ace1a44
support for tls on http plugin (#2126) 2021-02-17 18:20:06 +00:00
Jerry
2653e7a977
update pulgin registry mod version (#2121)
* update etcd version

* update mod version

* update
2021-02-08 08:56:39 +00:00
Jerry
55b477ba07
update etcd version (#2120) 2021-02-07 12:15:06 +00:00
isfk
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
isfk
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
Asim Aslam
dc8236ec05
update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
Asim Aslam
d94936f6c9
v3 (#2104)
* v3

* revert plugins

* fixup some issues
2021-01-20 13:54:31 +00:00
Goober
bf4ab679e1
Fix zk watchDir (#2102)
Signed-off-by: Goober <chenhao86899@gmail.com>
2021-01-05 17:32:17 +00:00
Asim Aslam
20b5755788 move encoders out to plugins 2020-12-30 08:46:31 +00:00
Asim Aslam
18fb7a5d62 move certmagic 2020-12-29 20:12:10 +00:00
Asim Aslam
f4f6feafb3 remove etcd store 2020-12-29 16:32:06 +00:00
Asim Aslam
9ddfe696a4 go fmt 2020-12-29 16:29:58 +00:00
Asim Aslam
36bcd8317b remove micro deps 2020-12-29 16:28:12 +00:00
Asim Aslam
a7c31a0d2b refactor all the things 2020-12-29 15:49:26 +00:00
Asim Aslam
7fc0b7ef72 add all the plugins 2020-12-26 15:32:45 +00:00