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.