What's Changed
Please read before updating.
This version focuses on performances for BatchSend
and the Consumer side.
We changed the default TCP Parameters see below. The old parameters can be restored with: SetReadBuffer(65536)
and SetNoDelay(false)
Enhancements
- Improve batch send performances #366
- Add the latency info on perftest #363
- Restored the pertTest docker build image. Here: pivotalrabbitmq/go-stream-perf-test
- Change the default TCP parameter to 8192 for TCP Read and Write and Disable Nagle's algorithm
Bug Fix
- Adapt the heartbeat checker to the configuration #361
Full Changelog: v1.4.10...v1.4.11