Re: kafka.consumers Java Package

2018-11-09 Thread Chris Barlock
Thank you! Chris From: Eric Azama To: users@kafka.apache.org Date: 11/09/2018 12:27 PM Subject:Re: kafka.consumers Java Package The kafka.consumer package was the old scala consumer. The upgrade notes < https://kafka.apache.org/documentation/#upgrade > indicate tha

Re: kafka.consumers Java Package

2018-11-09 Thread Eric Azama
The kafka.consumer package was the old scala consumer. The upgrade notes indicate that they were deprecated in 0.11 and removed in 2.0 On Fri, Nov 9, 2018 at 8:00 AM Harsha Chintalapani wrote: > Chris, > You are upgrading from 0.10.2.2 t

Re: kafka.consumers Java Package

2018-11-09 Thread Harsha Chintalapani
Chris,         You are upgrading from 0.10.2.2 to 2.0.0 . There will be quite few changes and it looks like you might be using classes other than KafkaConsumer which are not public API? What classes specifically are not available. -Harsha On Nov 9, 2018, 7:47 AM -0800, Chris Barlock , wrote: > I

kafka.consumers Java Package

2018-11-09 Thread Chris Barlock
I was trying to move some of our Kafka client code from kafka_2.11_0.10.2.2 to kafka_2.11_2.0.0. However, we have some code that uses code in the kafka.consumer package. That appears to be either moved or removed from kafka_2.11_2.0.0. Is it gone or moved? Thanks! Chris