[ 
https://issues.apache.org/jira/browse/KAFKA-2897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15028840#comment-15028840
 ] 

Ismael Juma commented on KAFKA-2897:
------------------------------------

This is no longer an issue in the recently released Kafka 0.9.0.0 (it uses 
zkclient 0.7 which depends on the same zookeeper version as kafka itself, 
3.4.6). Are you OK with closing this as no more 0.8.2.x releases are planned?

> Class NIOServerCnxn$Factory not found due to mismatch in dependencies
> ---------------------------------------------------------------------
>
>                 Key: KAFKA-2897
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2897
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Yuval Steinbegr
>            Priority: Trivial
>
> It seems that there is a mismatch between zookeeper & zkclient in kafka 
> pom.xml causes this error upon initialization:
> The pom file (e.g. of kafka_2.10:0.8.2.1) requires zookeeper:3.4.6 & 
> zkclient:0.3, However:
> * While zookeeper:3.3.x had a class NIOServerCnxn$Factory, in 3.4.x it became 
> an independent class (NIOServerCnxnFactory)
> * ZkServer class of zkclient:0.3 is still using (importing) 
> NIOServerCnxn.Factory and only in 0.5 changes to use NIOServerCnxnFactory.
> It seems that the version of zkclient in the pom file should be updated



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to