[jira] [Resolved] (KAFKA-12621) Kafka setup with Zookeeper- specifying an alternate znode creates the configuration at the wrong znode

2021-04-21 Thread Jibitesh Prasad (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jibitesh Prasad resolved KAFKA-12621. - Resolution: Fixed Incorrect configuration on my part > Kafka setup with Zookee

[jira] [Created] (KAFKA-12621) Kafka setup with Zookeeper specifying an alternate znode as root fails

2021-04-06 Thread Jibitesh Prasad (Jira)
Jibitesh Prasad created KAFKA-12621: --- Summary: Kafka setup with Zookeeper specifying an alternate znode as root fails Key: KAFKA-12621 URL: https://issues.apache.org/jira/browse/KAFKA-12621 Project

Re: Kafka Setup

2013-12-28 Thread Joe Stein
://www.stealth.ly Twitter: @allthingshadoop / On Dec 28, 2013, at 6:15 AM, padma priya chitturi wrote: > Hi All, > > I have a question on kafka setup. Suppose i have 3 node cluster and kafka > brokers running on all the nodes (one on each nod

Kafka Setup

2013-12-28 Thread padma priya chitturi
Hi All, I have a question on kafka setup. Suppose i have 3 node cluster and kafka brokers running on all the nodes (one on each node), on which node should i run the zookeeper ? Is it on one of the 3 nodes or on the node outside the 3 nodes as the zookeeper coordinates brokers. Also where the

Re: Kafka setup in eclipse

2013-03-26 Thread MIS
i figured out a way to setup the kafka project in eclipse, works for the time being. once the sbt update command is run, and the jars downloaded i had to manually place the jars (though selectively) in the build path of the project. roughly there are 102 jars as of past week. lower version of the

Kafka setup in eclipse

2013-03-18 Thread MIS
hi all, i'm just getting started with the apache kafka. and was following the below link for setting up kafka dev env in eclipse : https://cwiki.apache.org/KAFKA/developer-setup.html but been running into unresolved compilation issues. further, the link seems to be outdated too. could any one fr