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

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

Build:
DEFAULT BRANCH: master
Ran 15 Mar 2018 02:56PM UTC
Files 53
Run time 4s
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.188% (-0.1%) from 87.303%
KAFKA_VERSION=0.10

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

1067 of 1442 branches covered (73.99%)

3389 of 3887 relevant lines covered (87.19%)

6915.06 hits per line

Source Files on job 721.11 (KAFKA_VERSION=0.10)
  • Tree
  • List 0
  • Changed 8
  • Source Changed 2
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 721.11
  • bd9d5665 on github
  • Prev Job for KAFKA_VERSION=0.10 on master (#719.11)
  • Next Job for KAFKA_VERSION=0.10 on master (#723.2)
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