Support intercepting filter patterns in Cache Pub/Sub
Open
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
## Motivation
we use pub/sub for cache updates synchronized on multiple JVM, but not all of the caches require synchronization.
Considering this, we may want to support intercepting filter patterns on pub/sub, like Netty ChannelPipeline does.
I could finish this when I am free :)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Cache Pub/Sub implementation and comparing its interception model with Netty ChannelPipeline. Clarify the filter-pattern behavior and acceptance criteria; done means cache updates can be selectively intercepted so only matching caches are synchronized across JVMs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100