009c598049
Change version to latest
2020-01-22 17:03:38 +00:00
5cceb00df2
Merge pull request #1131 from micro/router-refactor
...
refactor and cleanup some router code
2020-01-22 16:54:20 +00:00
3e24276eb1
fix break
2020-01-22 16:44:34 +00:00
29c1076950
refactor and cleanup some router code
2020-01-22 16:33:31 +00:00
8dbacb34f8
Merge pull request #1118 from printfcoder/master
...
add mucp for config/source
2020-01-21 22:35:35 +00:00
8b306780ee
Merge pull request #1130 from micro/net-noloop
...
avoid connecting to self
2020-01-21 15:05:33 +00:00
9f7d374691
avoid connecting to self
2020-01-21 12:36:05 +00:00
a18e53f028
Merge branch 'master' of ssh://github.com/micro/go-micro
2020-01-20 21:31:16 +00:00
2208839027
Merge pull request #1129 from alrs/remove-unused-server-var
...
server: remove unused invalidRequest
2020-01-20 18:24:42 +00:00
7a17a221ff
server: remove unused invalidRequest
2020-01-20 10:09:27 -08:00
8e1ff80b9e
Merge pull request #1 from micro/master
...
merge
2020-01-20 20:08:21 +08:00
94bb0f4c08
watch supports path
2020-01-20 18:31:18 +08:00
fa0d884cfe
fix bad import
2020-01-19 23:31:09 +00: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
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
8d6f82707a
update to standard name convention
2020-01-18 23:16:23 +08: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