Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sado0823 committed Oct 13, 2023
1 parent 498f5a2 commit ef9868f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,14 @@ func Test_NewApp(t *testing.T) {
err = client.Invoke(context.Background(), "/abc", 1, map[string]interface{}{})
t.Log(err)
}
```
```

- [x] [**kit**](https://github.com/sado0823/go-kitx/tree/master/grpc/balancer/p2c)
```go
1) consistent hash
2) bbr、token、period ratelimit
3) backoff and jitter retry func
4) redis, sql orm
5) log plugin
6) go ast rule engine
```

0 comments on commit ef9868f

Please sign in to comment.