1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00
Commit Graph

2526 Commits

Author SHA1 Message Date
dbe209ebe4 Merge branch 'master' of https://github.com/micro/go-micro 2020-01-20 08:37:34 +08:00
ed2bd68d28 fix break in router service 2020-01-19 23:22:41 +00:00
97928e88f8 stop watcher 2020-01-19 23:15:57 +00:00
04cf86070c close stream 2020-01-19 22:55:57 +00:00
9df19e826e cancel stream 2020-01-19 22:53:56 +00:00
3f3c1919f4 strip certain plugins 2020-01-19 17:56:59 +00:00
d918694346 reorganise runtime 2020-01-19 17:47:27 +00:00
54fb61bba4 Move proto to service/ 2020-01-19 17:31:24 +00:00
fac75866d9 Move pool to util 2020-01-19 17:30:49 +00:00
a47ff65529 remove mock client 2020-01-19 17:24:22 +00:00
093bcedfe7 remove http broker 2020-01-19 17:21:55 +00:00
7b6d560bec Update README.md 2020-01-19 13:55:23 +00:00
43aa4e23bd update readme 2020-01-19 13:51:31 +00:00
bdd9ec560b strip sub comments 2020-01-19 13:47:14 +00:00
0c03bf064b only connect broker if there are subscribers 2020-01-19 13:45:28 +00:00
9a8c1b7ab8 update broker 2020-01-19 13:35:23 +00:00
e1ca40c1fc go fmt 2020-01-19 13:32:30 +00:00
e75b99f89c go fmt 2020-01-19 13:32:24 +00:00
ee7304a795 NewConfig return value error 2020-01-19 16:42:05 +08:00
a82fd19209 handle Loader.Load return value error 2020-01-19 16:31:02 +08:00
1983d607f3 set nats-e 2020-01-19 01:47:30 +00:00
10093a0ea2 set to nats-e 2020-01-19 01:29:00 +00:00
fc08a9146c Add broker comments on server subscribe 2020-01-19 01:16:36 +00:00
cafd280718 Default to grpc in registry service for now 2020-01-19 01:13:14 +00:00
11b104677a Shift embedded nats to the default 2020-01-19 00:55:01 +00:00
105596a0e5 use mucp server 2020-01-18 20:48:08 +00:00
0a37767127 Fix service registration with registry service 2020-01-18 19:53:51 +00:00
31e195bac7 strip image pull policy always 2020-01-18 18:37:38 +00:00
bdf1d20f4e extract an ip that can be advertised in embedded nats 2020-01-18 15:39:26 +00:00
058fd8adbf trace 1 2020-01-18 10:20:46 +00:00
13d1d2fa08 hard stop if graceful stop fails after 1 second 2020-01-18 10:18:23 +00:00
e666d0b807 add missing commit 2020-01-18 02:28:44 +00:00
39d7938405 Extract k8s run error 2020-01-18 02:13:24 +00:00
65df711b01 move nats local logic 2020-01-18 01:29:53 +00:00
fd6eb23307 do not wait to stop 2020-01-18 00:58:27 +00:00
fb3927fb8c Merge pull request #1126 from milosgajdos83/metric-update
Update route metric when receiving Sync routes
2020-01-17 18:29:55 +00:00
891af703be Update route metric when receiving Sync routes 2020-01-17 18:24:36 +00:00
474472eedd Merge pull request #1124 from milosgajdos83/flush-advert-query
Use the same logic for advertising routes in Router and Network
2020-01-17 16:49:11 +00:00
23d65145e6 Use the same logic for advertising routes in Router and Network
router.Query() allows to query the routes with given router.Strategy.
It uses the same logic as was implemented in flushRoutes but the code
was never updated. This way we are consistent across both router and
network packages.
2020-01-17 16:25:18 +00:00
f78e30770e Merge pull request #1123 from milosgajdos83/sync-metric
Update route metric before sending the Sync message
2020-01-17 15:44:49 +00:00
bf9f319cdf Update route metric before sending the Sync message 2020-01-17 15:38:28 +00:00
8425ae77f8 Merge pull request #1122 from micro/blocking
don't block forever
2020-01-17 15:24:03 +00:00
d7b9b2713b don't block forever 2020-01-17 15:23:10 +00:00
be788415ad minor runtime fixes 2020-01-17 14:14:47 +00:00
ee922a3da6 Merge pull request #1121 from milosgajdos83/no-routes-found
Continue processing Sync if no routes were returned from router Query
2020-01-17 13:05:47 +00:00
624f1c1980 Continue processing Sync if no routes were returned from router Query 2020-01-17 12:58:13 +00:00
607a226e34 Updated debug logs to make them less verbose 2020-01-17 12:14:56 +00:00
bac1bbfd97 Merge pull request #1120 from milosgajdos83/remove-solicit
Remove Solicitation from the network
2020-01-16 20:02:05 +00:00
7f9b3b5556 Remove Solicitation from the network
Instead, when a new peer is discovered it is sent a sync message i.e. we
do the full sync when discovering peers
2020-01-16 19:43:10 +00:00
ba12513199 Merge pull request #1119 from milosgajdos83/sync-best-routes-only
Send only best routes via Sync. Only apply best routes.
2020-01-16 18:17:26 +00:00