Skip to content

feat: introduce a generic map for per message nack options#3539

Merged
vaibhavtiwari33 merged 3 commits into
mainfrom
per-msg-map
Jul 18, 2026
Merged

feat: introduce a generic map for per message nack options#3539
vaibhavtiwari33 merged 3 commits into
mainfrom
per-msg-map

Conversation

@vaibhavtiwari33

@vaibhavtiwari33 vaibhavtiwari33 commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

What this PR does / why we need it

Introduces a generic map as part of NackOptions

Related issues

Fixes #3540

Testing

Tests utilizing the new map will be added once we have changes merged to main of Rust SDK.

Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
@vaibhavtiwari33
vaibhavtiwari33 marked this pull request as ready for review July 15, 2026 20:49
@codecov

codecov Bot commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.20%. Comparing base (fe110d4) to head (3bcd474).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3539      +/-   ##
==========================================
+ Coverage   83.15%   83.20%   +0.05%     
==========================================
  Files         310      310              
  Lines       81554    81995     +441     
==========================================
+ Hits        67817    68228     +411     
- Misses      13141    13171      +30     
  Partials      596      596              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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.

@vigith vigith left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

please add a doc as mentioned in numaproj/numaflow-rs#184 (review)

@yhl25
yhl25 enabled auto-merge (squash) July 17, 2026 01:27
@yhl25
yhl25 disabled auto-merge July 17, 2026 01:27
Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
@vaibhavtiwari33

Copy link
Copy Markdown
Contributor Author

Updated per message nack documentation with the generic map usage across SDKs

@vaibhavtiwari33
vaibhavtiwari33 enabled auto-merge (squash) July 18, 2026 20:01
@vaibhavtiwari33
vaibhavtiwari33 merged commit 5e6779c into main Jul 18, 2026
27 checks passed
@vaibhavtiwari33
vaibhavtiwari33 deleted the per-msg-map branch July 18, 2026 20:34
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.

Introduce a generic map in nack options

3 participants