wvanbergen / kazoo-go

Go library to access Kafka metadata in Zookeeper
http://godoc.org/github.com/wvanbergen/kazoo-go
MIT License
100 stars 48 forks source link

compatible with native java/scala consumer id registration format #18

Open funkygao opened 8 years ago

funkygao commented 8 years ago

in java/scala kafka implementation, the Timestamp of a consumer is string instead of int64

wvanbergen commented 8 years ago

What version of the Scala implementation are you basing this on? The schema I am using was definitely the schema around 0.8.2.

wvanbergen commented 8 years ago

Also, it looks like Travis didn't run CI on this pull request. This issue should be fixed now. Can you rebase this PR and try again?