All Products
Search
Document Center

Microservices Engine:ZooKeeper engine versions

Last Updated:Mar 11, 2026

Microservices Engine (MSE) ZooKeeper is available in three editions: Enterprise, Professional, and Developer. Each edition targets a different environment, from development and testing to enterprise production.

Edition comparison

FeatureEnterpriseProfessionalDeveloper
Target environmentEnterprise productionProductionDevelopment and testing
SLA99.99%--
Node deploymentMulti-nodeMulti-nodeSingle-node
High availabilityYesYesNo
Resource poolsDedicated--
Data backupYes (disaster recovery)--
Rate limitingAnti-fragility rate limitingAvailable (from v3.8.0.9)Available (from v3.8.0.9)
Performance2x overall performance vs. Professional--
  • Enterprise Edition provides a 99.99% Service-Level Agreement (SLA) with dedicated resource pools, data backup for disaster recovery, and anti-fragility rate limiting for capacity management. Use this edition for enterprise production environments that require high stability and data security.

  • Professional Edition supports multi-node deployment with high availability. Use this edition for standard production environments.

  • Developer Edition runs on a single node without high availability. Use this edition for development and testing only.

Enterprise Edition

The Enterprise Edition is available as version 3.8.0.9.
VersionDescription
3.8.0.9Provides higher stability and security than the Professional Edition. Doubles overall performance compared to the Professional Edition. Uses dedicated resource pools for higher quotas. Introduces data backup for disaster recovery and anti-fragility rate limiting for capacity management.

Professional Edition

Professional Edition versions are based on open-source Apache ZooKeeper 3.8.0.
VersionDescription
3.8.0.9Adds rate limiting, mandatorily enabled on new instances. For thresholds, see ZooKeeper service specifications.
3.8.0.7Supports server-side SASL configuration. Merges code from open-source ZooKeeper 3.8.4 to fix CVE-2024-23944.
3.8.0.6Optimizes TopN child node monitoring to improve cluster performance.
3.8.0.5Adds TopN monitoring for child nodes.
3.8.0.4Adds the ExtendedTypesEnable parameter. Supports up to 2,000 ephemeral nodes per ZooKeeper session. Adds ZooKeeper quota management.
3.8.0.3Fixes a JDK bug where server memory usage increased continuously after a follower-leader disconnection, preventing garbage collection (GC) from reclaiming memory and degrading performance.
Important

To reduce risk, upgrade from version 3.8.0.0, 3.8.0.1, or 3.8.0.2 to 3.8.0.3 as soon as possible.

3.8.0.2Adds push tracking for Znode CRUD (create, read, update, and delete) operations and change push records.
3.8.0.1Adds a TopN monitoring dashboard with metrics for Znode size, Znode-level TPS (transactions per second), Znode-level QPS (queries per second), client-level TPS, and client-level QPS. Supports data import through snapshots.
3.8.0.0Deploys clusters across multiple availability zones (AZs) by default. Adds an observation center with 20+ monitoring metrics and 8 alert policies. Doubles read performance through server-side multi-threading optimizations. Supports scaling without restart to avoid client interruptions. Integrates JDK coroutine processing for improved concurrent performance. Optimizes hot reloading to reduce server startup time. Adds customizable child node limits to prevent performance degradation. Supports the ZooKeeper Kubernetes SLB pattern to resolve Curator client domain name parsing issues. Merges 50+ optimizations and 60 bug fixes from community branches. For details, see ZooKeeper 3.8.0 release notes.

Developer Edition

Developer Edition versions are based on open-source Apache ZooKeeper 3.8.0.
VersionDescription
3.8.0.9Adds rate limiting, mandatorily enabled on new instances. For thresholds, see ZooKeeper service specifications.
3.8.0.7Supports server-side SASL configuration. Merges code from open-source ZooKeeper 3.8.4 to fix CVE-2024-23944.
3.8.0.6Optimizes TopN child node monitoring to improve cluster performance.
3.8.0.5Adds TopN monitoring for child nodes.
3.8.0.1 - 3.8.0.4Adds a TopN monitoring dashboard with metrics for Znode size, Znode-level TPS, Znode-level QPS, client-level TPS, and client-level QPS. Supports data import through snapshots.
3.8.0.0Adds an observation center with 20 monitoring metrics and 8 alert policies. Merges 50+ optimizations and 60 bug fixes from community branches. For details, see ZooKeeper 3.8.0 release notes. Integrates OpenJDK.

References