adyliu / jafka

a fast and simple distributed publish-subscribe messaging system (mq)

Home Page:https://github.com/adyliu/jafka/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

com.sohu.jafka.common.NoBrokersForPartitionException: Partition= demo

caimc opened this issue · comments

com.sohu.jafka.common.NoBrokersForPartitionException: Partition= demo

error occur when i use zookeeper to send message

make sure you start the jafka server(brokder) and can see it in zookeeper

I start jafka server and zookeeper.
but i don't know how to see it in zookeeper

you can connect your zookeeper server by your client,then you can see the broker in the /brokers/ids/{id} (base on your zookeeper connect url)