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

[INLONG-755]Go SDK Consumer Result #557

Merged
merged 1 commit into from
Jul 19, 2021

Conversation

TszKitLo40
Copy link
Contributor

Signed-off-by: Zijie Lu wslzj40@gmail.com

@TszKitLo40
Copy link
Contributor Author

@charlely @gosonzhang PTAL

@codecov-commenter
Copy link

Codecov Report

Merging #557 (d9c80a4) into INLONG-25 (7b94fb8) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             INLONG-25    #557      +/-   ##
==============================================
+ Coverage         7.47%   7.51%   +0.04%     
- Complexity         477     479       +2     
==============================================
  Files              267     267              
  Lines            29500   29500              
  Branches          4843    4843              
==============================================
+ Hits              2204    2216      +12     
+ Misses           26822   26810      -12     
  Partials           474     474              
Impacted Files Coverage Δ
.../producer/qltystats/DefaultBrokerRcvQltyStats.java 45.70% <0.00%> (+1.17%) ⬆️
.../java/org/apache/flume/sink/tubemq/TubemqSink.java 55.42% <0.00%> (+4.00%) ⬆️
.../client/producer/qltystats/BrokerStatsItemSet.java 72.09% <0.00%> (+4.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b94fb8...d9c80a4. Read the comment docs.

Copy link
Contributor

@gosonzhang gosonzhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@@ -383,7 +383,7 @@ func (c *consumer) processRebalanceEvent() {
}

func (c *consumer) disconnect2Broker(event *metadata.ConsumerEvent) {
log.Tracef("[disconnect2Broker] connect event begin, client id=%s", c.clientID)
log.Tracef("[disconnect2Broker] connect event begin, client=%s", c.clientID)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is disconnect function, but this is concet event.

@@ -393,7 +393,7 @@ func (c *consumer) disconnect2Broker(event *metadata.ConsumerEvent) {
}
}
event.SetEventStatus(metadata.Disconnect)
log.Tracef("[disconnect2Broker] connect event finished, client id=%s", c.clientID)
log.Tracef("[disconnect2Broker] connect event finished, client=%s", c.clientID)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dito

Signed-off-by: Zijie Lu <wslzj40@gmail.com>
@gosonzhang gosonzhang merged commit 32bec9d into apache:INLONG-25 Jul 19, 2021
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.

4 participants