wvanbergen / kafka

Load-balancing, resuming Kafka consumer for go, backed by Zookeeper.
MIT License
373 stars 141 forks source link

can i use this package if my offset is stored in kafka not zk ? #90

Closed WanliTian closed 8 years ago

WanliTian commented 8 years ago

can i use this package if my offset is stored in kafka not zk ?

WanliTian commented 8 years ago

i want to use high level consumer mode && store offset in kafka.

wvanbergen commented 8 years ago

No, this package is built around using ZK for offset storage.