Skip to content

Kafka ordered stream: Reset ordered groups on seek operations - #3486

Open
ozangunalp wants to merge 1 commit into
smallrye:mainfrom
ozangunalp:kafka_offset_reset_ordered_stream
Open

Kafka ordered stream: Reset ordered groups on seek operations#3486
ozangunalp wants to merge 1 commit into
smallrye:mainfrom
ozangunalp:kafka_offset_reset_ordered_stream

Conversation

@ozangunalp

Copy link
Copy Markdown
Collaborator

Continued from #3453

@ozangunalp
ozangunalp force-pushed the kafka_offset_reset_ordered_stream branch from 19d8de2 to 2d938ab Compare August 5, 2026 11:47
@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.79%. Comparing base (a96442f) to head (2d938ab).
⚠️ Report is 1219 commits behind head on main.

Files with missing lines Patch % Lines
...ive/messaging/kafka/impl/OrderedStreamHandler.java 0.00% 7 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #3486      +/-   ##
============================================
+ Coverage     77.47%   77.79%   +0.32%     
- Complexity     3778     5614    +1836     
============================================
  Files           306      485     +179     
  Lines         12673    18782    +6109     
  Branches       1648     2314     +666     
============================================
+ Hits           9818    14611    +4793     
- Misses         2116     3029     +913     
- Partials        739     1142     +403     
Files with missing lines Coverage Δ
...ive/messaging/kafka/impl/OrderedStreamHandler.java 76.92% <0.00%> (ø)

... and 285 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


@Override
public void partitionsSeeked(Collection<TopicPartition> partitions) {
if (orderedByGroups != null) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

could we have a test covering this?

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.

2 participants