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

evolution-gaming / kafka-flow / 29431600774
83%

Build:
DEFAULT BRANCH: master
Ran 15 Jul 2026 04:20PM UTC
Jobs 2
Files 106
Run time 1min
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 Jul 2026 04:14PM UTC coverage: 83.853% (+0.04%) from 83.818%
29431600774

push

web-flow
Refresh consumer group metadata on poll (#854)

Track the Kafka consumer generation with a read after every poll instead
of capturing it at assignment. A rebalance can advance the generation
while leaving this member's partitions unchanged; a captured token then
goes stale and the retained partition's next transactional commit is
spuriously fenced (safe - a fenced commit writes nothing - but not
stable). A post-poll refresh follows the silent bump. The pre-join
negative generation is never published (the coordinator skips validating
it, so it would land ungated).

Rebased onto master: the "derive transactional config from the flow"
refactor and the EXPERIMENTAL marking this work was stacked on have since
merged separately, so only the refresh remains here - the Consumer
post-poll refresh (with the negative-generation guard), its ConsumerSpec,
the TopicFlowSpec live-reader assertions, and the docs for the refresh
and rebalance-protocol coverage.


Claude-Session: https://claude.ai/code/session_012ufJ4z7CT68rDwfCaLiMeF

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

2 of 2 new or added lines in 1 file covered. (100.0%)

77 existing lines in 15 files now uncovered.

1776 of 2118 relevant lines covered (83.85%)

1.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
37
59.57
-37.09% core/src/main/scala/com/evolutiongaming/kafka/flow/KeyFlow.scala
11
56.1
-3.9% persistence-cassandra/src/main/scala/com/evolutiongaming/kafka/flow/cassandra/CassandraPersistence.scala
9
44.74
11.4% metrics/src/main/scala/com/evolutiongaming/kafka/flow/key/KeyDatabaseMetrics.scala
7
80.0
5.0% core/src/main/scala/com/evolutiongaming/kafka/flow/journal/JournalDatabase.scala
3
84.47
-0.62% core/src/main/scala/com/evolutiongaming/kafka/flow/PartitionFlow.scala
1
96.97
-3.03% core/src/main/scala/com/evolutiongaming/kafka/flow/kafka/KafkaModule.scala
1
66.67
-1.52% core/src/main/scala/com/evolutiongaming/kafka/flow/persistence/Persistence.scala
1
73.77
-1.64% core/src/main/scala/com/evolutiongaming/kafka/flow/snapshot/Snapshots.scala
1
88.89
38.89% core/src/main/scala/com/evolutiongaming/kafka/flow/timer/TimerFlow.scala
1
69.23
-0.21% persistence-cassandra/src/main/scala/com/evolutiongaming/kafka/flow/cassandra/CassandraCodecs.scala
1
80.0
-20.0% persistence-cassandra/src/main/scala/com/evolutiongaming/kafka/flow/cassandra/StatementHelper.scala
1
63.16
0.0% persistence-cassandra/src/main/scala/com/evolutiongaming/kafka/flow/key/KeySegments.scala
1
61.54
0.0% persistence-cassandra/src/main/scala/com/evolutiongaming/kafka/flow/key/SegmentNr.scala
1
88.0
-4.0% persistence-cassandra/src/main/scala/com/evolution/kafka/flow/cassandra/CassandraModule.scala
1
94.25
1.66% persistence-kafka/src/main/scala/com/evolutiongaming/kafka/flow/kafkapersistence/KafkaPersistenceModule.scala
Jobs
ID Job ID Ran Files Coverage
1 29431600774.1 15 Jul 2026 04:20PM UTC 106
69.57
2 29431600774.2 15 Jul 2026 04:21PM UTC 103
70.83
Source Files on build 29431600774
  • Tree
  • List 106
  • Changed 19
  • Source Changed 4
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d0c01649 on github
  • Prev Build on master (#29419911541)
  • Next Build on master (#29522037793)
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