Re: Getting install error ...

2017-12-13 Thread Abhit Kalsotra
Kishore You can create a bat file and copy your respective path *cd C:\kafka_2.10-0.10.2.0-SNAPSHOTtitle "9092:0" & .\bin\windows\kafka-server-start.bat config\server.properties* Courtesy Abhit !wq On Mon, Dec 11, 2017 at 4:27 PM, kish babu wrote: > Hi, > I am trying

Re: Error for partition [__consumer_offsets,15] to broker

2017-12-09 Thread Abhit Kalsotra
eader exception and restarting quickly fixed it. You can > increase time out to alleviate the problem a bit. > > On Dec 8, 2017 8:20 PM, "Abhit Kalsotra" <abhit...@gmail.com> wrote: > > > Guys can I get any reply of help on the same.. this has been occuring > ver

Re: Error for partition [__consumer_offsets,15] to broker

2017-12-08 Thread Abhit Kalsotra
Guys can I get any reply of help on the same.. this has been occuring very frequently in my production environment.. Please help.. Abhi On Dec 6, 2017 13:24, "Abhit Kalsotra" <abhit...@gmail.com> wrote: > Hello * > > I am running Kafka(*0.10.2.0*) on windo

Re: Error for partition [__consumer_offsets,15] to broker

2017-12-08 Thread Abhit Kalsotra
the Kafka producers, delete the respective data directories of all kafka brokers and then start it again :( This does not looks scalable , please try to guide me where I should rack my head ? Courtesy Abhit !wq On Sat, Dec 9, 2017 at 9:23 AM, Abhit Kalsotra <abhit...@gmail.com> wrote: > Guys

Error for partition [__consumer_offsets,15] to broker

2017-12-05 Thread Abhit Kalsotra
Hello * I am running Kafka(*0.10.2.0*) on windows from the past one year ... But off late there has been unique Broker issues that I have observed 4-5 times in last 4 months. Kafka setup cofig... *3 ZK Instances running on 3 different Windows Servers, 7 Kafka Broker nodes running on single

Re: Seeking help on Repetitive "Error in Partition" in Kafka ...

2017-12-04 Thread Abhit Kalsotra
Any pointers please.. On Dec 4, 2017 16:43, "Abhit Kalsotra" <abhit...@gmail.com> wrote: Dear * I am using librdkafka 0.9.2 and kafka 0.10.2.0 , did not update the librdkafka from 0.9.2 because it had been running satisfactory,in my stack. My Kafka Setup: *Setup: 3 ZK i

Re: Issue in Kafka running for few days

2017-04-26 Thread Abhit Kalsotra
Any pointers please Abhi On Wed, Apr 26, 2017 at 11:03 PM, Abhit Kalsotra <abhit...@gmail.com> wrote: > Hi * > > My kafka setup > > > **OS: Windows Machine*6 broker nodes , 4 on one Machine and 2 on other > Machine* > > **ZK instance on (4 broker nodes Mac

Issue in Kafka running for few days

2017-04-26 Thread Abhit Kalsotra
Hi * My kafka setup **OS: Windows Machine*6 broker nodes , 4 on one Machine and 2 on other Machine* **ZK instance on (4 broker nodes Machine) and another ZK on (2 broker nodes machine)* ** 2 Topics with partition size = 50 and replication factor = 3* I am producing on an average of around 500

Re: Strange issue in Kafka Windows where Log directory getting increased day by day

2016-11-27 Thread Abhit Kalsotra
Any pointers guys ? Abhi On Sun, Nov 27, 2016 at 11:14 AM, Abhit Kalsotra <abhit...@gmail.com> wrote: > Dear * > > I am facing some issue in Kafka Windows, the Log directories size are keep > on increasing day by day.. > > Currently the traffic on my kafka set up is m

Strange issue in Kafka Windows where Log directory getting increased day by day

2016-11-26 Thread Abhit Kalsotra
Dear * I am facing some issue in Kafka Windows, the Log directories size are keep on increasing day by day.. Currently the traffic on my kafka set up is minimal , but if this log directory size does not get fixed then its going to be serious issue... My Kafka SetUp - 2 Windows Server -

Re: Regarding Kafka

2016-10-09 Thread Abhit Kalsotra
I do not think that librdkafka makes any > such guarantee to dispatch unique keys to each thread but I'm not an expert > in librdkafka so others may be about to help you better on that. > //h...@confluent.io > Original message ----From: Abhit Kalsotra <abhit...@gmail.com> >

Re: Regarding Kafka

2016-10-09 Thread Abhit Kalsotra
ame key > will be guaranteed to go to the same partition and therefore be in order > for whichever consumer gets that partition. > > > //h...@confluent.io > Original message From: Abhit Kalsotra <abhit...@gmail.com> > Date: 10/9/16 12:39 AM (GMT-08:00) To: user

Re: Regarding Kafka

2016-10-09 Thread Abhit Kalsotra
without > using keys, and without specifying a partition, and observe that they are > automatically distributed out over the available partitions. > > > //h...@confluent.io > ---- Original message From: Abhit Kalsotra <abhit...@gmail.com> > Date: 10/8/16 11:19

Re: Regarding Kafka

2016-10-09 Thread Abhit Kalsotra
ibe. > > -hans > > > On Oct 8, 2016, at 9:01 PM, Abhit Kalsotra <abhit...@gmail.com> wrote: > > > > Guys any views ? > > > > Abhi > > > >> On Sat, Oct 8, 2016 at 4:28 PM, Abhit Kalsotra <abhit...@gmail.com> > wrote: > >> &

Re: Regarding Kafka

2016-10-08 Thread Abhit Kalsotra
Guys any views ? Abhi On Sat, Oct 8, 2016 at 4:28 PM, Abhit Kalsotra <abhit...@gmail.com> wrote: > Hello > > I am using librdkafka c++ library for my application . > > *My Kafka Cluster Set up* > 2 Kafka Zookeper running on 2 different instances > 7 Kafka Brokers , 4

Regarding Kafka

2016-10-08 Thread Abhit Kalsotra
Hello I am using librdkafka c++ library for my application . *My Kafka Cluster Set up* 2 Kafka Zookeper running on 2 different instances 7 Kafka Brokers , 4 Running on 1 machine and 3 running on other machine Total 10 Topics and partition count is 3 with replication factor of 3. Now in my case