Skip to content
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

from apache #2

Merged
merged 113 commits into from
Apr 25, 2023
Merged

from apache #2

merged 113 commits into from
Apr 25, 2023

Conversation

francisoliverlee
Copy link
Owner

What is the purpose of the change

XXXXX

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test(over 80% coverage) to verify your logic correction, more mock a little better when a cross-module dependency exists.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

trxo and others added 30 commits June 16, 2021 22:55
* Refactor the client instance struct,converge the namesrv module

* fix the feature that GetNamesrv(clientId)
…et ops when remote endpoint crash.

2. enable tcp keep alive.
2. change default read/write Deadline to 120 sec.
3. close connection when set deadline fail.
fix long time block when remote endpoint crash.
[ISSUE #818] fix msg.Body compressed cause error in transaction message processing
fix queueMaxSpanFlowControlTimes not change
[ISSUE #827] Support get consumerRunningInfo return goroutine stack
fix some params for consumer can not be changed
[ISSUE #810] fix async producer example
* [Issue #778] Build instance name with nanosecond (#779)

[Issue #778] Build instance name with nanosecond (#779)

* Merge remote-tracking branch 'origin/master'

* Merge remote-tracking branch 'origin/master'

* feat: request reply producer

* feat: update

* feat: add consumer

* feat: fix ci

* feat: update

* feat: update

* feat: 修改request请求参数

* feat: modify async request for delete

* feat: fix go1.11 and go1.12 don't have time.Millseconds

* feat: move time.Millisecond() to duration/time.Millisecond

* feat: fix async request not remove requestResponseFutrue

Co-authored-by: chaiyx <[email protected]>
Co-authored-by: Administrator <[email protected]>
Co-authored-by: haohongfan1 <[email protected]>
Co-authored-by: dinglei <[email protected]>
* fix: panic problem caused by json-iterator

* fix: keep go version in 1.13

Co-authored-by: yushan <[email protected]>
bugfix rebalance is not paused after suspend and rebalance not trigge…
weavernet and others added 29 commits October 22, 2022 21:40
* fix limiter with goroutine cover

* fix limiter with goroutine cover

Co-authored-by: 鲁扬 <[email protected]>
[ISSUE #986]Reduce the log level when fetch offset success and remove unnecessary mq
[ISSUE #999]support admin topicList and groupList method
[ISSUE #1002] fix: add log when send heartbeat failed
[ISSUE #994] Fix: unlock all queues when consumer shutdown in orderly model
Replacing github.com/satori/go.uuid with github.com/google/uuid
* seperate interface and implement

* fix panic when close tracedispatcher

* Restore rlog/log.go

* Delete default.go
…ame)

[ISSUE #989] consumer and producer client add unit support (WithUnitName)
@francisoliverlee francisoliverlee merged commit 9657798 into francisoliverlee:master Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.