• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SOHU-Co / kafka-node / 721 / 4
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 15 Mar 2018 02:48PM UTC
Files 53
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Mar 2018 02:47PM UTC coverage: 87.008% (-0.1%) from 87.122%
KAFKA_VERSION=0.9

push

travis-ci

Xiaoxin Lu
auto commit and add event for rebalance (#889)

* auto commit and add event for rebalance

Should resolve #787

If auto commit is true, commit before we rejoin the group on a rebalance
According to the kafka protcol, commits are allowed during this stage, as the generation ID has not been bumped yet.

If auto commit is disabled, implementors need a way to decide what to commit, so an onRebalance option was added.

Implementors can perform commits during this method and call back when done to finish the rebalance.

* Auto commit on ConsumerGroupStream during rebalance too

This required special behavior due to the separate commit queue

* Actually shouldn't be checking the autoCommit setting for CGS

commit(null, true) will flush what was already in the queue.

* Bubble errors from user defined callback up, and cancel saving

* use ._once instead of manual flag checking

1061 of 1442 branches covered (73.58%)

3382 of 3887 relevant lines covered (87.01%)

6907.23 hits per line

Source Files on job 721.4 (KAFKA_VERSION=0.9)
  • Tree
  • List 0
  • Changed 14
  • Source Changed 2
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 721.4
  • bd9d5665 on github
  • Prev Job for KAFKA_VERSION=0.9 on master (#719.13)
  • Next Job for KAFKA_VERSION=0.9 on master (#723.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc