You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Sourabh S P <fi...@gmail.com> on 2019/05/03 21:56:18 UTC

Question regarding Kafka 2.0

Hi,
  Prior I was using Kafka version 1.1.1 and currently we are planning on
migrating to version 2.0.0. But I am facing issues as there are lot of
classes which has been removed.

 kafka.api.TopicMetadata;

 kafka.client.ClientUtils;



 kafka.consumer.ConsumerConfig;

 kafka.consumer.SimpleConsumer;

 kafka.message.ByteBufferMessageSet;

 kafka.message.InvalidMessageException;

 kafka.message.MessageAndOffset;

 kafka.common.ErrorMapping;



 kafka.message.MessageAndMetadata;

 kafka.utils.ZKGroupTopicDirs;

 kafka.consumer.ConsumerConfig;

 kafka.consumer.FetchedDataChunk;

 kafka.consumer.KafkaStream;

 kafka.consumer.FetchedDataChunk;


Could you please confirm have the following classes have been removed
completely or have been moved to a different package.Please suggest if
there are any alternative classes I could use.


Your help is much appreciated.


Looking forward to hearing from you.


BR

Sourabh S P