Redisson
Redisson - Valkey & Redis Java client. Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache.. (by redisson)
Apache ZooKeeper
Apache ZooKeeper (by apache)
Redisson | Apache ZooKeeper | |
---|---|---|
6 | 40 | |
23,899 | 12,532 | |
0.3% | 0.3% | |
9.8 | 8.3 | |
1 day ago | 20 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Redisson
Posts with mentions or reviews of Redisson.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-15.
-
Feature Comparison: Reliable Queue vs. Valkey and Redis Stream
In the final verdict, Reliable Queue is the more durable and feature-rich option. Standard Valkey/Redis streams will suffice for smaller applications, but Reliable Queue provides the enterprise-grade reliability that businesses depend on. To learn more, visit the Redisson PRO website today.
-
Understanding Distributed Locking: A Deep Dive into RedLock with Redis
Redis Official Documentation Redisson GitHub Repository
-
Hybrid Cache Strategy in Spring Boot: A Guide to Redisson and Caffeine Integration
Local caches, like Caffeine, provide extremely fast data retrieval because they operate in memory and are close to the application. These are ideal for reducing response times for frequently accessed data. On the other hand, distributed caches, such as those powered by Redisson with Redis, offer scalability and consistency across multiple instances of an application. Distributed caches ensure all nodes in a distributed system access the same up-to-date data, which is crucial in multi-node environments.
-
Kotlin Spring WebFlux, R2DBC and Redisson microservice in k8s 👋✨💫
Source code you can find in the GitHub repository. he main idea of this project is the implementation of microservice using Kotlin, Spring WebFlux, PostgresSQL, and Redis with metrics and monitoring and deploying it to k8s. For interacting with PostgresSQL we will use reactive Spring Data R2DBC and for Redis caching using Redisson.
-
Am I overlooking any potential issues that could arise from my implementation?
I came up empty handed in search of an alternative to Quartz for scheduling Crons in a clustered/distributed environment. Redisson has a scheduler, but it came with its own issues: - https://github.com/redisson/redisson/issues/4020 - https://github.com/redisson/redisson/issues/3991 - https://github.com/redisson/redisson/issues/4321
-
Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA
4. We use the open-source library Redisson to connect to Redis instance and use Redis as Hibernate 2nd level cache. Please see their Github repo for more information.
Apache ZooKeeper
Posts with mentions or reviews of Apache ZooKeeper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-16.
-
Mastering Apache Kafka: Powering Modern Data Pipelines
Zookeeper is a distributed coordination service used in older versions of Kafka to manage cluster metadata, leader election, and configuration. It ensures consistency and synchronization across Kafka brokers.
-
The Double-Edged Sword of Microservices: Balancing Abstraction and Complexity
Using a service discovery mechanism: A service discovery mechanism, such as etcd or ZooKeeper, can help to manage the complexity of microservices by providing a centralized registry of available services and their instances.
-
Building a Scalable URL Shortener with Node.js (Part 1/2)
Apache ZooKeeper: A centralized service to generate unique IDs and prevent race conditions between instances.
- Capítulo 9 - Consistencia y Consenso
-
On Implementation of Distributed Protocols
Apache ZooKeeper — a distributed coordination, synchronization, and configuration service (written in Java);
-
Easy Guide to Integrating Kafka: Practical Solutions for Managing Blob Data
To use Kafka, we also need to deploy a service that keeps configuration informations such as Zookeeper.
-
Fault Tolerance in Distributed Systems: Strategies and Case Studies
Failure Detection and Recovery It’s not enough to have backup systems. It’s also crucial to detect failures quickly. Modern systems employ monitoring tools and rely on distributed coordination systems such as Zookeeper or etcd to identify faults in real-time: once detected, recovery mechanisms are triggered to restore the service.
-
Reddit System Design/Architecture
zookeeper: is (was?) used for secrets management. it was also used as a basic health check, but has been since been replaced.
-
Analysing Github Stars - Extracting and analyzing data from Github using Apache NiFi®, Apache Kafka® and Apache Druid®
You can install Kafka from https://kafka.apache.org/quickstart. Because Druid and Kafka both use Apache Zookeeper, I opted to use the Zookeeper deployment that comes with Druid, so didn’t start it with Kafka. Once running, I created two topics for me to post the data into, and for Druid to ingest from:
-
Use AWS CloudFormation to create ShardingSphere HA clusters
Please note that we use Zookeeper as the Governance Center.
What are some alternatives?
When comparing Redisson and Apache ZooKeeper you can also consider the following projects:
Jedis - Redis Java client
Hazelcast - Hazelcast is a unified real-time data platform combining stream processing with a fast data store, allowing customers to act instantly on data-in-motion for real-time insights.
Akka - A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
Chronicle Map - Replicate your Key Value Store across your network, with consistency, persistance and performance.
JGroups - The JGroups project