Glob Pattern Matching for Subscriptions #246
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore#246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Implements POSIX glob pattern matching for SubscriptionQuery per ADR-017 and ARCHITECTURE.md v1.6. Enables filtering subscriptions using wildcard patterns like
account-*ororder-[0-9]*.Core Components
StreamPatterntype that permits glob metacharacters (*, ?, [, ])SubscriptionQuery::filter_stream_pattern(StreamPattern)methodglobcrate (or similar)Design Decisions (from ARCHITECTURE.md)
Acceptance Criteria
Migrated from beads issue: eventcore-ihm