ntent / kafka4net

C# client for Kafka
Apache License 2.0
52 stars 32 forks source link

Better default for fetching position #6

Open vchekan opened 9 years ago

vchekan commented 9 years ago

Fetching position API is not intuitive. Make a default consumer api such that there is not need to know it before you really need. Default to fetching from the end of the queue. Maybe rethink either it is possible to make the API more intuitive.