Open GRpro opened 8 years ago
@GRpro is working on this. I assigned this to myself because Github didn't let me assign it to @GRpro. So he's the real assignee.
Hi, I've just opened a PR https://github.com/confluentinc/kafka-rest/pull/216
Was this done as part of the 3.2 release?
Kafka 0.9 introduced new consumer API which is better in many cases than the old one. We have to start using new consumer API under the hood.
Since end user of REST proxy does not use consumer directly, we will remove support for old consumer entirely. There is no reason for leaving two implementations.