You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Taylor Gautier <tg...@tagged.com> on 2012/03/07 02:41:43 UTC

NodeJS implementation updated

Guys, I just want to say that I finally got around to updating Tagged's
github account with the latest code we are using in production (for the
last couple of months).

It's here: https://github.com/tagged/node-kafka

Things I'd like to do:

   - Add tests
   - Refactor to support a better callback methodology that would support
   better multiplexing of callers against a single client instance
   - Support the upcoming 0.8 protocol changes


Enjoy!