You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for sending produce requests with a value of 0 for RequiredAcks.
Prevent Bruce from batching an unbounded number of empty messages if only a message body size limit is configured for batching.
Fix race condition in thread pool implementation that was causing unit test failure when running tests in release mode on Ubuntu 14 and 15. Since the thread pool code is not yet being used, versions of Bruce prior to this fix are unaffected. Also fix thread pool unit tests.
Add instructions for setting up a Debian 8 build environment.