alibaba / jetcache

JetCache is a Java cache framework.
Apache License 2.0
5.15k stars 1.06k forks source link

Support intercepting filter patterns in Cache Pub/Sub #910

Open Roiocam opened 3 months ago

Roiocam commented 3 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 :)