Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2698#discussion_r193090616 --- Diff: storm-server/src/main/java/org/apache/storm/testing/InProcessZookeeper.java --- @@ -12,15 +12,16 @@ package org.apache.storm.testing; -import java.util.List; +import org.apache.storm.shade.org.apache.zookeeper.server.NIOServerCnxnFactory; import org.apache.storm.zookeeper.Zookeeper; -import org.apache.zookeeper.server.NIOServerCnxnFactory; /** * A local Zookeeper instance available for testing. + * ```java --- End diff -- https://issues.apache.org/jira/browse/STORM-1218 had #891 to add that support in.
---