Bucket4j Integration?

139 views
Skip to first unread message

jj.z...@tangocard.com

unread,
Jan 16, 2018, 4:49:29 PM1/16/18
to simple-spring-memecached
I am looking for an out-of-the-box integration for Spring, Memecached (specifically Elasticache), and Bucket4j.

Any links/suggestions appreciated.

Jakub Białek

unread,
Jan 17, 2018, 1:31:58 AM1/17/18
to simple-spring-memecached
Hi,

SSM doesn't support integration with Bucket4j and currently there is no plans to add such support. However it seams that such integration shouldn't be hard.

-- Ragnor


On 16 January 2018 at 22:49, <jj.z...@tangocard.com> wrote:
I am looking for an out-of-the-box integration for Spring, Memecached (specifically Elasticache), and Bucket4j.

Any links/suggestions appreciated.

--
You received this message because you are subscribed to the Google Groups "simple-spring-memecached" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simple-spring-memecached+unsub...@googlegroups.com.
To post to this group, send email to simple-spring-memecached@googlegroups.com.
Visit this group at https://groups.google.com/group/simple-spring-memecached.
For more options, visit https://groups.google.com/d/optout.

Vladimir Bukhtoyarov

unread,
May 13, 2018, 10:22:39 AM5/13/18
to simple-spring-memecached


среда, 17 января 2018 г., 0:49:29 UTC+3 пользователь jj.z...@tangocard.com написал:
I am looking for an out-of-the-box integration for Spring, Memecached (specifically Elasticache), and Bucket4j.

Any links/suggestions appreciated.

Bucket4j is designed to be low latency solution, as result it processes any rate-limiting request via one network round-trip, in same time Memcached supports only compare and swap paradigm that can lead to many round-trips in case of high contention, so Bucket4j will never support Memcached. It is better to choose one of JCache provider(in context of rate-limiting) instead of Memcached, like Hazelcast or Apache Ignite, because they are true distributed computation solutions in opposite to Memcached which is just cache solution. 
Reply all
Reply to author
Forward
0 new messages