0

I am using Confluent.Kafka package v2.0.2 that I downloaded via NuGet in a .NET project in order to create a Kafka Consumer and I noticed that Confluent's docs (this page for instance) include many methods that this package don't such as: Poll(), OnMessage(), ConsumeAsync() and many more. I am not a customer of Confluent.

Has anyone encountered this issue?

I tried to see source code of Consumer class and IConsumer interface and the above methods were declared there.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Guy_g23
  • 316
  • 2
  • 7

1 Answers1

3

The version of the documentation you're referring to is out of date.

Here are some links to current documentation:

  1. Confluent Docs
  2. Current API Docs
bbejeck
  • 1,310
  • 8
  • 7