The kafka.consumer package was the old scala consumer. The upgrade notes <https://kafka.apache.org/documentation/#upgrade> indicate that they were deprecated in 0.11 and removed in 2.0
On Fri, Nov 9, 2018 at 8:00 AM Harsha Chintalapani <ka...@harsha.io> wrote: > 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 <barl...@us.ibm.com>, wrote: > > 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 > > >