Commit Graph

46 Commits

Author SHA1 Message Date
Renovate Bot
e26381f69f Update module github.com/unistack-org/micro/v3 to v3.2.26 2021-03-23 17:31:41 +00:00
Renovate Bot
4f9bd1b525 Update module github.com/unistack-org/micro/v3 to v3.2.24 2021-03-21 14:58:33 +00:00
Renovate Bot
01a1ad8229 Update module github.com/unistack-org/micro/v3 to v3.2.23 2021-03-16 19:23:22 +00:00
Renovate Bot
8e80feab1a Update module github.com/unistack-org/micro/v3 to v3.2.22 2021-03-15 01:48:56 +00:00
Renovate Bot
64ba1f6daa Update module github.com/unistack-org/micro/v3 to v3.2.20 2021-03-07 00:44:28 +00:00
Renovate Bot
0ae0a0e96e Update module github.com/unistack-org/micro/v3 to v3.2.18 2021-03-06 20:00:04 +00:00
Renovate Bot
97b47c26ff Update module github.com/unistack-org/micro/v3 to v3.2.17 2021-03-05 17:09:29 +00:00
Renovate Bot
19c1732ba8 Update module github.com/unistack-org/micro/v3 to v3.2.16 2021-03-04 11:27:37 +00:00
Renovate Bot
928e7bdbf0 Update module github.com/unistack-org/micro/v3 to v3.2.15 2021-03-01 12:59:30 +00:00
f97a891131 update workflows
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-02-18 18:44:53 +03:00
Renovate Bot
98579cff0e Update module unistack-org/micro/v3 to v3.2.14 2021-02-18 14:59:20 +00:00
Renovate Bot
c68933e2d5 Update module unistack-org/micro/v3 to v3.2.11 2021-02-12 16:27:37 +00:00
554e468866 update renovate.json
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-02-12 12:39:27 +03:00
8e146127db
Merge pull request #6 from unistack-org/renovate/all
Update all deps
2021-02-10 20:10:49 +03:00
383c83b7a9
Merge pull request #7 from unistack-org/renovate/major-all
Update all deps to v2 (major)
2021-02-10 20:10:06 +03:00
Renovate Bot
01c1d5a235
Update all deps to v2 2021-02-10 10:19:10 +00:00
Renovate Bot
870b00c19b
Update all deps 2021-02-10 10:19:04 +00:00
73434c1f3c move renovate.json
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-02-10 13:18:08 +03:00
616cadf637
Merge pull request #1 from unistack-org/renovate/configure
Configure Renovate
2021-02-10 00:26:06 +03:00
Renovate Bot
0732715396
Add renovate.json 2021-02-08 23:16:23 +00:00
b43aaf5a93 fix module name
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-01-29 15:09:45 +03:00
7e3e1152a5 update for latest micro
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-01-29 15:08:17 +03:00
5e4ca41774 add LICENSE
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-01-19 22:10:25 +03:00
3251b6312a use own fork
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-01-16 01:12:18 +03:00
Asim Aslam
900e782c4b Router table.Read replaces List/Query (#1966)
* Table.REad insted of list and query

* fmt
2021-01-16 01:06:32 +03:00
Asim Aslam
1d61a1788f Remove quic transport, move route into router 2021-01-16 01:06:32 +03:00
Asim Aslam
ad5959318c Registry router fixes (#1961)
* only cache routes if told to do so

* Use roundrobin selector and retry in proxy

* Update lookup to require service

* Fix compile

* Fix compile

* Update

* Update

* rename query to lookup

* Update router.go

* Update
2021-01-16 01:06:32 +03:00
Asim Aslam
a86a52cb7c Decruft the broker by removing Event interface (#1940) 2021-01-16 01:06:32 +03:00
Asim Aslam
97aca6bd55 Strip Advertise/Process from router 2021-01-16 01:06:32 +03:00
ben-toogood
49a8d05e46 router/registry: fix expiring routes bug (#1927) 2021-01-16 01:06:32 +03:00
ben-toogood
b2ebc36dda router/registry: fix bug which impacts service registered in multiple domains (#1925)
* router/registry: fix bug which impacts service registered in multiple domains

* router/registry: bugfix
2021-01-16 01:06:32 +03:00
Janos Dobronszki
ed5729a842 Decrease log levels in router/registry package to not appear for CLI users (#1917) 2021-01-16 01:06:32 +03:00
Asim Aslam
1b2be244fa fix deadlock bug 2021-01-16 01:06:32 +03:00
Asim Aslam
04a2e966fa getDomain should return the default domain 2021-01-16 01:06:32 +03:00
Asim Aslam
9c7ae6bb53 lower log level to debug 2021-01-16 01:06:32 +03:00
Asim Aslam
3761461d15 cleanup router watcher logic 2021-01-16 01:06:32 +03:00
Asim Aslam
1519dcb3e1 initChan is never evaluated because watchRegistry is a blocking call 2021-01-16 01:06:32 +03:00
Asim Aslam
92870d5d32 Router refresh (#1912)
* checkpoint

* Refresh and prune routes periodically in the registry router

* remove comment
2021-01-16 01:06:32 +03:00
Asim Aslam
54fbb14f18 Etcd router bug fixing etcd path prefix matching name (#1899)
* add logging and don't get nodes where they exist in router

* add more logging

* Fix the etcd bug for name matching of keys and prefixes matching names
2021-01-16 01:06:32 +03:00
Asim Aslam
bb40377f76 add logging and don't get nodes where they exist in router (#1898)
* add logging and don't get nodes where they exist in router

* add more logging
2021-01-16 01:06:32 +03:00
Asim Aslam
f48a785d53 Remove precache in favour of just pulling by default 2021-01-16 01:06:32 +03:00
ben-toogood
cf0dc1bcd2 router/registry: fix initialization bug (#1893) 2021-01-16 01:06:32 +03:00
ben-toogood
75a4a1c7aa Fix proxy being overriden by default addresses (#1886) 2021-01-16 01:06:32 +03:00
ben-toogood
bba26ae81d router/registry: fix not started bug (#1877) 2021-01-16 01:06:32 +03:00
Asim Aslam
83c234f21a v3 refactor (#1868)
* Move to v3

Co-authored-by: Ben Toogood <bentoogood@gmail.com>
2021-01-16 01:06:32 +03:00
ben-toogood
a370675252 router: add to service options; add dns and static implementations (#1733)
* config/cmd: add router to service options

* router/service: use micro client
2021-01-16 01:06:32 +03:00