forked from cloudwego/kitex
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge #2
Merged
Merged
Merge #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nfig optimize(connpool): adjust minMaxIdleTimeout to 2s
optimize: add error definition ErrInstanceNotFound which is used in service discovery module
chore: upgrade choleraehyq/pid for Go 1.18
… buildVirtualNodes (#343) * refactor(loadbalancer): merge function buildWeightedVirtualNodes into buildVirtualNodes
fix:solving the problem of concurrent operation of Hooks
refactor:delete additional atomic operations
docs: update readme with new blog
optimize: lbcache is global, it doesn't need register ProbeFunc for diagnosis
Change-Id: I54aee5589e982be8ea51b61a63ca4dedcaf0efd5
* define not found instance error. * define ErrInstanceNotFound at kerrors. * tuning err msg for no instance. * refactor:replace additional atomic operations * fix:solving the concurrency problem of Hooks. * optimize: adjust minMaxIdleTimeout to 2s * optimize: lbcache is global, it doesn't need register ProbeFunc for diagnosis * docs: update readme with new blog * chore:upgrade choleraehyq/pid for Go 1.18 * fix(client): fix oneway seqid and lower loss rate (#363) * optimize: use instance tag instead of remoteinfo tag firstly (#374) * fix: combine services (#367) * fix(tool): fix import of protobuf combineservice (#359) * refactor(loadbalancer): merge function buildWeightedVirtualNodes into buildVirtualNodes (#343) * refactor(loadbalancer): merge function buildWeightedVirtualNodes into buildVirtualNodes * Fix readme blog link * fix(generic): detect circular thrift IDL dependency (#383) * chore: update version v0.2.1 Co-authored-by: horizonzy <horizonzy@apache.org> Co-authored-by: dongzeXD <l65775622@gmail.com> Co-authored-by: dongze <43315356+dongzeXD@users.noreply.github.com> Co-authored-by: YangruiEmma <yangr.emma@gmail.com> Co-authored-by: Joway <wangzhuowei@bytedance.com> Co-authored-by: luoguangming.ivan <luoguangming.ivan@bytedance.com> Co-authored-by: YangruiEmma <yangrui.emma@bytedance.com> Co-authored-by: HeyJavaBean <imlehr@163.com> Co-authored-by: lsjbd <44455379+lsjbd@users.noreply.github.com> Co-authored-by: Anthony-Dong <fanhaodong516@gmail.com> Co-authored-by: Simon Wang <jellalleonhardt4869@gmail.com> Co-authored-by: 王恒 <33808231+f20500909@users.noreply.github.com>
chore: merge back v0.2.1
style: change log print param to the readTimeout
…service by WithURL option (#379) fix: fix gRPC host fetching logic in the header when accessing service by WithURL option
test:add klog unit test
…accurate data in ring shards (#398)
…#392) * test: add unit test for utils Co-authored-by: yaoxianjie.dev <yaoxianjie.dev@bytedance.com>
chore: replace cespare/xxhash with xxhash3 from bytedance/gopkg
feat(connpool): export getCommonReporter
optimize(rpcinfo): fill `TransportProtocol`, `PackageName` fields into RPCInfo of server side after decoding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What this PR does / why we need it (English/Chinese):
Which issue(s) this PR fixes: