Seth Edwards
Seth Edwards
The Kafka driver design docs outline the specific responsibilities of Zookeeper within the Kafka driver. I think that just saying "Zookeeper integration" is a broad term used to outline them...
What zookeeper client are you integrating? I was originally looking at this client https://github.com/yfinkelstein/node-zookeeper
Did you npm install it? I don't see it listed in package.json. Thanks for getting into this by the way On Wed, Jul 17, 2013 at 10:32 AM, Devon Crouse...
I guess that seems like the right thing to do. We will want to note it in the Prozess README and point people to the Zookeeper Consumer. On Wed, Jul...
How does it currently work? I haven't used git-sync yet but I was expecting to see a sidecar in the deployments that use it like the example in their repo....
OK I see it now. Is there a benefit to using this script inside the container vs the sidecar container from the kubernetes org? I thought it was somewhat of...
Currently we do not. That's not saying we won't but we are currently running 0.7 in production. To my knowledge 0.8.0 is still in beta and we can't go to...
Yes, most of the [protocol changes](https://cwiki.apache.org/KAFKA/a-guide-to-the-kafka-protocol.html#AGuideToTheKafkaProtocol-TheProtocol) would probably be in Message.js and making it fit the new binary that goes over the wire. This was the first Node.js project I've...
It was because the wire protocol was changed and we didn't have the resources to carry out the rewrite of that. If we had help we could probably get it...