accessing Kafka broker 0.9.0.1 with Kafka-client 1.0.0

2018-04-03 Thread Nomar Morado
Hi, I am trying to access my Kafka brokers using springbok 2.0 which is using Kafka-client 1.0.0 and it seems like running into timeout exceptions waiting for metadata update. Not sure if we can use 1.0.0 client for my 0.9.0.1 broker - anyone has thoughts on this? Thanks.

moving brokers to different servers

2017-08-21 Thread Nomar Morado
Hi My brokers are currently installed in servers that's end of life. What is the recommended way of migrating them over to new servers? Thanks Printing e-mails wastes valuable natural resources. Please don't print this message unless it is absolutely necessary. Thank you for thinking green

Kafka broker went down with "No space left on device" when there is a lot more

2017-03-29 Thread Nomar Morado
Two of my brokers went down today with the same error - see attachment for details. The device though is 55% free which is about over 100GB in space. The entire kafka logs is only 1.3GB. Any thoughts on what might be tripping this one? I am using kafka 0.9.0.1. Thanks Nomar

Re: a broker is already registered on path /brokers/ids/1

2016-08-30 Thread Nomar Morado
piring but the >>> ephemeral isn't being deleted? It'd be great if you could check that the >>> broker session is expiring eventually. >>> >>> Since you're on the 3.5 branch, you may want to use 3.5.2-alpha or simply >>> try 3.4.8

Re: a broker is already registered on path /brokers/ids/1

2016-08-29 Thread Nomar Morado
we are using kafka 0.9.0.1 and zk 3.5.0-alpha On Mon, Aug 29, 2016 at 8:12 AM, Nomar Morado wrote: > we would get this occasionally after a weekend reboot/restart. > > we tried restarting a couple of times all to naught. > > we had to delete dk's directory to get his going

a broker is already registered on path /brokers/ids/1

2016-08-29 Thread Nomar Morado
we would get this occasionally after a weekend reboot/restart. we tried restarting a couple of times all to naught. we had to delete dk's directory to get his going again. any ideas what might cause this issue and suggestions on how to resolve this? thanks.

kafka client on cloud

2016-08-19 Thread Nomar Morado
kafka consumer/producer currently require path to keystore/truststore. my client runs in cloud and won't have access to some actual path to my jks. any ideas on the best way to handle this? thanks.

automatically creating a new partition for topic

2016-07-07 Thread Nomar Morado
Hi Is there a way to send message to broker to a new partition with the assumption that the broker will create new partition automatically? (almost like auto.create.topics.enable property) thanks

loading 15M messages to kafka

2016-07-05 Thread Nomar Morado
Hi I am trying to load 15 million rows/records/messages to Kafka and looking for the most optimal way of accomplishing this. I can go through client API but was wondering if there's a more efficient way of doing this. Thanks. Nomar

partition running out of disk space

2016-06-27 Thread Nomar Morado
Hi What is kaka's behavior if the partition it is running runs out of disk space? Do producers get error? Does the entire kafka stop running? etc... Appreciate your help. Thanks.

Intermittent runtime exception: broker already registered

2016-06-17 Thread Nomar Morado
I am using Kafka 0.9.0.1 with ZK 3.5.0-alpha I am seeing this error intermittently which goes away after several reboots. Any ideas? Sent from my iPad

using ZK 3.5.x in 0.9.0.1?

2016-06-13 Thread Nomar Morado
Hi - does anyone know if this is compatible? we like to use ZK's dynamic config but i think it is not available until 3.5.x Thanks.

Re: dynamically changing peer role from voting to observer and vice versa

2016-06-10 Thread Nomar Morado
Anyone? Printing e-mails wastes valuable natural resources. Please don't print this message unless it is absolutely necessary. Thank you for thinking green! Sent from my iPhone > On Jun 8, 2016, at 2:31 PM, Nomar Morado wrote: > > Is there any way in the current API to achiev

dynamically changing peer role from voting to observer and vice versa

2016-06-08 Thread Nomar Morado
Is there any way in the current API to achieve this? I am trying to set up some screen to be able to promote an observer to voting member in case of a loss of quorum for instance. Appreciate your help. thanks, Nomar

kafka 0.9.x : creating topic with delete.retention.ms is faling

2016-05-06 Thread Nomar Morado
with error below: UnrecognizedOptionException: 'delete.retention.ms' is not a recognized option I looked at the documentation for topics and seems like a valid option. I am trying to override this setting on the topic level. Appreciate some clarifications on this. Thanks, Nomar