capistrant commented on code in PR #18836: URL: https://github.com/apache/druid/pull/18836#discussion_r2771576162
########## docs/design/zookeeper.md: ########## @@ -27,12 +27,7 @@ Apache Druid uses [Apache ZooKeeper](http://zookeeper.apache.org/) (ZK) for mana ## Minimum ZooKeeper versions -Apache Druid supports ZooKeeper versions 3.5.x and above. - -:::info - Note: Starting with Apache Druid 0.22.0, support for ZooKeeper 3.4.x has been removed - Starting with Apache Druid 31.0.0, support for Zookeeper-based segment loading has been removed. -::: +Apache Druid supports all stable versions of ZooKeeper. For information about ZooKeeper's stable version, see [ZooKeeper releases](https://zookeeper.apache.org/releases.html). Review Comment: hmmm. this feels like it is true until it isn't, but I guess is better than what it used to say since 3.7 is about to be EOL so 3.5 probably has been for long time. I assume 3.8 clients will be compatible with 3.9 servers which will be next release so this should hold for a while at least. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
