1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00
Commit Graph

3153 Commits

Author SHA1 Message Date
679c5f0ccd Fix some connection bugs 2019-07-31 16:49:48 +01:00
873bfcc73c Process/Stop router 2019-07-31 16:46:55 +01:00
7884e889f4 Don't publish the process rpc call and embed the router handler in the network 2019-07-31 16:36:53 +01:00
b1c49a0ddc Add router handler 2019-07-31 16:10:04 +01:00
318367cd71 move NewNetwork 2019-07-31 15:37:12 +01:00
2d09e74b0e add address/advertise 2019-07-31 15:35:51 +01:00
3e90d32f29 Add proxy/router 2019-07-31 15:30:51 +01:00
fca89e06ef Some network inspiration 2019-07-31 15:22:57 +01:00
89fc142e47 Update to use mdns 0.2.0 v1.8.1 2019-07-31 13:16:57 +01:00
0b2c8ee523 Add top level data package comment 2019-07-30 16:47:18 +01:00
852abcaaed yolo commit functioning router code. all credit to the milos gajdos v1.8.0 2019-07-29 18:57:40 +01:00
11f80708ce move lock 2019-07-29 12:52:52 +01:00
104778e5e5 move lock 2019-07-29 12:52:32 +01:00
ae99b9a887 syntactic changes 2019-07-29 12:44:59 +01:00
8fdc050e2e syntactic changes 2019-07-29 12:44:28 +01:00
8855beb62d syntactic changes 2019-07-29 12:43:20 +01:00
47acdf6a4b move Table to table 2019-07-29 12:40:13 +01:00
4fc9b9821a Merge pull request #621 from milosgajdos83/no-table-package
[WIP] No table package. router/service package introduced
2019-07-29 12:36:40 +01:00
a5fb124b22 update the mdns version 2019-07-29 12:34:00 +01:00
5b327ce723 change id to name in resolver 2019-07-28 20:00:09 +01:00
2b5bf1154a rename config tests 2019-07-28 19:52:01 +01:00
b7b8f8bf11 remove agent readme 2019-07-28 19:47:25 +01:00
a63dcda003 Strip the verbosity of the debug handler 2019-07-28 19:43:50 +01:00
1db98ee0f0 move all the buffer references to util/buf 2019-07-28 19:33:24 +01:00
f2669e7b1e Move connection pool to own package 2019-07-28 18:56:18 +01:00
adb6760e21 readd the resolver 2019-07-28 12:14:40 +01:00
2b3a87a212 Merge pull request #617 from three-zhang/master
fix bug
2019-07-27 18:08:32 +01:00
3d2ec5dbb1 Regenerated proto because proto reasons. 2019-07-27 16:12:44 +01:00
96f9ce1bd3 Proper router stopping. Printable router status. 2019-07-27 16:11:06 +01:00
cb3052ce04 Proper stopping of service router 2019-07-27 16:11:06 +01:00
2f1658c213 Table package is no more, hence removed references to it 2019-07-27 16:11:06 +01:00
d8b00e801d Stop watcher when router stops. Drain advert channel when stopping. 2019-07-27 16:11:06 +01:00
002abca61f Finished Advertise(). Implemented Process() 2019-07-27 16:11:06 +01:00
c5740ae031 Outline of Advertise, Watch and start of the router. 2019-07-27 16:11:05 +01:00
ddad43bd77 Added service.Router Route CRUD. Outlined watcher and run() 2019-07-27 16:11:05 +01:00
b6fb969ab9 Add List and Lookup implementation. Default error for not implement. 2019-07-27 16:11:05 +01:00
22d0f1f08f Changed documentation. 2019-07-27 16:08:14 +01:00
c3a8146d99 Added outline of router/service package. 2019-07-27 16:08:14 +01:00
2338780a61 Full router RPC coverage 2019-07-27 16:08:14 +01:00
e22c4b4c07 table package is no more. Cleaned up unnecessary code, too. 2019-07-27 16:04:08 +01:00
100cb9db6b fix bug
https://github.com/micro/micro/issues/293
Send request failed using micro Content-Type application/grpc+json
2019-07-27 11:11:16 +08:00
4e27aac398 regen router proto 2019-07-26 18:07:36 -07:00
7ca06f0c1d set router proto package name to go.micro.router 2019-07-26 18:07:14 -07:00
7ca8f8f0ab Merge pull request #611 from milosgajdos83/rpc-router
Adds new RPC methods to router service interface
2019-07-24 13:30:29 -07:00
9ad5ae6644 Adds new RPC methods to router service interface
We have added Advertise() and Process() RPCs in this commit.
2019-07-24 21:07:04 +01:00
220a8fafb1 Merge pull request #610 from milosgajdos83/proxy-watch
Adds route watcher to mucp.Proxy
2019-07-24 11:19:52 -07:00
809de7a052 Mutex Unlock when we fail to store route in cache. 2019-07-24 19:13:05 +01:00
23f0231a09 Adds route watcher to mucp.Proxy 2019-07-24 19:03:13 +01:00
74cbce72df Merge pull request #609 from milosgajdos83/proxy-router-interface
mucp Proxy no longer uses RPC interface of router.Router directly
2019-07-24 10:40:33 -07:00
b55adc0c30 mucp Proxy no longer uses RPC interface of router.Router directly 2019-07-24 18:32:39 +01:00