How to Serialize LockFreeBucket for Infinispan Cache in Bucket4j?
I’m trying to implement a rate limiter using Bucket4j and Infinispan. Below is the code I’m using to store LockFreeBucket objects in the Infinispan cache:
I’m trying to implement a rate limiter using Bucket4j and Infinispan. Below is the code I’m using to store LockFreeBucket objects in the Infinispan cache: