pingles / clj-kafka

Wrapper to the Java API for interacting with Kafka
Eclipse Public License 1.0
211 stars 77 forks source link

Use iterator-seq over a custom lazy iterator #39

Closed AeroNotix closed 9 years ago

pingles commented 9 years ago

Hi,

Unfortunately there's a reason we can't use iterator-seq (this is what we did originally):

https://github.com/pingles/clj-kafka/pull/25