Jroland / kafka-net

Native C# client for Kafka queue servers.
Apache License 2.0
483 stars 232 forks source link

Investigate occasional CRC errors on consumers. #27

Closed Jroland closed 9 years ago

Jroland commented 9 years ago

Noticing a few CRC errors happening when it seems like they should not be.

Jroland commented 9 years ago

I believe this is a result of the max buffer size not handling under runs.

Jroland commented 9 years ago

Solved. The crc lib that I was using from Damien Guard was not thread safe. Changed it to a static lib which looks to be working correctly.