Open Roiocam opened 3 months ago
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 :)
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 :)