如何在Kafka 2.0版本中实现SimpleConsumer?

时间:2019-01-11 08:22:44

标签: scala apache-kafka kafka-consumer-api

我正在使用带有scala的kafka 2.0版本,某些API在第二版中已弃用。下方

这在Kafka 0.9和.8版本中可用,但是在第二版本中,我没有找到用于SimpleConsumer Map[TopicAndPartition, SimpleConsumer] = Map[TopicAndPartition, SimpleConsumer]()的任何api。

就像下面的一些api在2中找不到

  • SimpleConsumer

  • PartitionOffsetRequestInfo

  • getOffsetsBefore

  • OffsetRequest

能否请您帮我了解如何在Scala中使用。

0 个答案:

没有答案