1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-04-11 11:42:10 +02:00

14 Commits

Author SHA1 Message Date
longxboy
85740b179b
feat: improve node alg (#3015)
* improve node alg

* fix node

* add weight

* fix lint

---------

Co-authored-by: caoguoliang01 <caoguoliang01@bilibili.com>
2023-12-19 19:15:44 +08:00
jessetang
ae2dcb04c0
fix: markdown form format (#2721)
* fix: markdown form format

* format import
2023-03-13 15:42:19 +08:00
Tony Chen
f0878b0a78
fix ewma panic (#2480)
* fix ewma panic
2022-10-28 20:22:14 +08:00
Tony Chen
185aaa7184
fix net error (#2460) 2022-10-18 21:36:06 +08:00
180909
2170a12aa4
fix: modify interface check way on selector (#2399) 2022-09-24 23:29:00 +08:00
songzhibin97
0c511808ce
style:ewma (#2018)
* Update node.go

* Update node.go

* Update node.go

* Update node.go
2022-05-21 16:26:22 +08:00
Tony Chen
d0b704b8f3
feat(selector): add node scheme (#1932)
* add node scheme
2022-04-14 13:48:20 +08:00
Tony Chen
a72fc68ffd
feat: add error cause for statck trace (#1910)
* add error cause for statck trace
2022-04-10 16:15:34 +08:00
haiyux
00c05e82a3
test:remove testify go mod (#1766)
* test:remove testify go mod

* tidy go mdo

* fix test
2022-01-14 10:02:42 +08:00
zhaohaiyux
fcd9351717
fix:modify annotation and wrong words (#1615)
* fix:modify annotation and wrong words
2021-11-08 19:53:35 +08:00
longxboy
cd79c2a458
feat: add raw node (#1611)
* add raw node to improve performace
2021-11-05 16:43:40 +08:00
longxboy
037296cdbf
export selector node (#1606) 2021-11-04 21:48:29 +08:00
longxboy
ae57ae9bde
test : add selector & balancer test (#1577)
* add selector test

* add balancer test

* add node and selector

* add ewma test

* fix datarace

* fix datarace
2021-10-22 09:25:58 +08:00
longxboy
20f0a07d36
Feat: add load balancer (#1437)
* add balancer
* add p2c balancer
* add http client selector filter

Co-authored-by: yuemoxi <99347745@qq.com>
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2021-09-12 15:14:21 +08:00