Skip to content

refactor(partitioning)!: type lifecycle events - #384

Merged
thomhurst merged 1 commit into
mainfrom
issue-327-typed-partition-events
Aug 27, 2026
Merged

refactor(partitioning)!: type lifecycle events#384
thomhurst merged 1 commit into
mainfrom
issue-327-typed-partition-events

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

Summary

  • replace object-typed partition notifications with typed PartitionCreatedEvent and PartitionEvictedEvent payloads
  • add key/result-aware PartitionedShieldOptions variants and update DI registration
  • rename the idle eviction reason and metric tag to Expiration
  • migrate tests, samples, docs, benchmarks, and generated API metadata

Validation

  • dotnet build Kevlar.slnx -c Release --no-restore
  • Kevlar.Tests net10.0: 1275 passed
  • Kevlar.Tests net8.0: 1241 passed
  • scripts/Verify-ApiDocs.ps1
  • scripts/Verify-Docs.ps1
  • scripts/Verify-DocSnippets.ps1 (199 snippets, with and without implicit usings)
  • npm run build

Closes #327

@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4f048070-f077-4506-94dc-3edde23219c3


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@thomhurst
thomhurst force-pushed the issue-327-typed-partition-events branch from 3a546e9 to de5b99e Compare August 27, 2026 05:18
Replace object-typed lifecycle payloads with key- and result-aware event types so callbacks no longer require casts.
@thomhurst
thomhurst force-pushed the issue-327-typed-partition-events branch from de5b99e to 689ac59 Compare August 27, 2026 05:27
@thomhurst
thomhurst merged commit 47f4ce7 into main Aug 27, 2026
10 checks passed
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.

refactor(partitioning)!: typed PartitionCreatedEvent/PartitionEvictedEvent instead of object-typed *Notification payloads

1 participant