Bob Potter

Results 6 issues of Bob Potter

This is faster because we, - Don't trigger exceptions for flow control. - Retrieve each header only once (at most). The exceptions this was throwing were particularly expensive for us...

More Work Needed
Header Fields

What additional functionality do we want for a 1.0 release? - [ ] Unified async/sync callback oriented producer interface like [Java producer](http://kafka.apache.org/082/javadoc/index.html) in 0.8.2. - [ ] Separate reactor style...

Adds a callback that can be used to determine which messages failed to send and why.

If required_acks is > 1 and the leader is unable to get acks from replicas quick enough it will return a timeout error. We should add a setting that allows...

Mongrel current uses a ThreadGroup to track its worker threads. But this has the unintended side-effect that any thread spawned by a request will inherit the group of the request...