Skip to content

feat: Add Support for the EndOfBlock Message in Stream Publisher Plugin#2227

Draft
ata-nas wants to merge 1 commit intomainfrom
2200-improve-and-extend-endofblock-message-handling-to-utilize-resendblock
Draft

feat: Add Support for the EndOfBlock Message in Stream Publisher Plugin#2227
ata-nas wants to merge 1 commit intomainfrom
2200-improve-and-extend-endofblock-message-handling-to-utilize-resendblock

Conversation

@ata-nas
Copy link
Contributor

@ata-nas ata-nas commented Feb 20, 2026

Reviewer Notes

Related Issue(s)

Resolves #2200

@ata-nas ata-nas self-assigned this Feb 20, 2026
@ata-nas ata-nas changed the title 2200 improve and extend endofblock message handling to utilize resendblock feat: Add Support for the EndOfBlock Message in Stream Publisher Plugin Feb 20, 2026
@ata-nas ata-nas force-pushed the 2200-improve-and-extend-endofblock-message-handling-to-utilize-resendblock branch 5 times, most recently from 1fd8350 to d204cba Compare February 24, 2026 09:05
@ata-nas ata-nas added this to the 0.29.0 milestone Feb 24, 2026
@ata-nas ata-nas added the pull request label to get past the "label required" check when no label is needed or appropriate. label Feb 24, 2026
@ata-nas ata-nas force-pushed the 2200-improve-and-extend-endofblock-message-handling-to-utilize-resendblock branch 20 times, most recently from a82fc77 to 51dea4c Compare February 27, 2026 12:14
@ata-nas ata-nas force-pushed the 2200-improve-and-extend-endofblock-message-handling-to-utilize-resendblock branch 2 times, most recently from 7adede2 to 0d747e0 Compare February 27, 2026 14:12
@ata-nas ata-nas force-pushed the 2200-improve-and-extend-endofblock-message-handling-to-utilize-resendblock branch from 0d747e0 to 708885d Compare February 27, 2026 14:31
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

❌ Patch coverage is 72.90837% with 68 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...e/stream/publisher/LiveStreamPublisherManager.java 65.49% 30 Missing and 19 partials ⚠️
.../block/node/stream/publisher/PublisherHandler.java 82.40% 12 Missing and 7 partials ⚠️

❌ Your patch check has failed because the patch coverage (72.90%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

@@             Coverage Diff              @@
##               main    #2227      +/-   ##
============================================
- Coverage     81.08%   80.87%   -0.22%     
+ Complexity     1460     1456       -4     
============================================
  Files           139      139              
  Lines          6757     6754       -3     
  Branches        727      724       -3     
============================================
- Hits           5479     5462      -17     
- Misses          960      975      +15     
+ Partials        318      317       -1     
Files with missing lines Coverage Δ Complexity Δ
...o/block/node/stream/publisher/PublisherConfig.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
.../node/stream/publisher/StreamPublisherManager.java 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
...k/node/stream/publisher/StreamPublisherPlugin.java 96.87% <ø> (ø) 9.00 <0.00> (ø)
.../block/node/stream/publisher/PublisherHandler.java 85.53% <82.40%> (-2.80%) 58.00 <12.00> (+1.00) ⬇️
...e/stream/publisher/LiveStreamPublisherManager.java 81.70% <65.49%> (+1.70%) 54.00 <32.00> (-5.00) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pull request label to get past the "label required" check when no label is needed or appropriate.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve and Extend EndOfBlock Message Handling to Utilize ResendBlock

1 participant