ntent / kafka4net

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

Infinite failure loop if offset is incorrect #1

Closed vchekan closed 9 years ago

vchekan commented 9 years ago

If out of range offsets were provided, the driver falls into infinite failure-recovery loop. In this particular case I observed offset being "-1".

Several problems to address here: