Skip to content

version 1.0.27

Compare
Choose a tag to compare
@dspeterson dspeterson released this 11 Jun 20:23
· 338 commits to master since this release
  • 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.