alibaba / jetcache

JetCache is a Java cache framework.
Apache License 2.0
5.09k stars 1.05k forks source link

Support intercepting filter patterns in Cache Pub/Sub #910

Open Roiocam opened 2 months ago

Roiocam commented 2 months ago

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 :)