Re: Kafka broker startup issue

2017-05-23 Thread dhiraj prajapati
Thanks for pointing this out. There was a broker instance of version 0.10.1.0 running. On May 23, 2017 11:34 AM, "Ewen Cheslack-Postava" wrote: > Version 2 of UpdateMetadataRequest does not exist in version 0.9.0.1. This > suggests that you have a broker with a newer version

Re: Kafka broker startup issue

2017-05-23 Thread Ewen Cheslack-Postava
Version 2 of UpdateMetadataRequest does not exist in version 0.9.0.1. This suggests that you have a broker with a newer version of Kafka running against the same ZK broker. Do you have any other versions running? Or is it possible this is a shared ZK cluster and you're not using a namespace within

Kafka broker startup issue

2017-05-22 Thread dhiraj prajapati
Hi, I am getting the below exception while starting kafka broker 0.9.0.1: kafka.common.KafkaException: Version 2 is invalid for UpdateMetadataRequest. Valid versions are 0 or 1. at kafka.api.UpdateMetadataRequest$.readFrom(UpdateMetadataRequest.scala:58) at