-
Notifications
You must be signed in to change notification settings - Fork 530
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
Conversation
@charlely @gosonzhang PTAL |
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
There was a problem hiding this 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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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>
Signed-off-by: Zijie Lu wslzj40@gmail.com