Features:
- Performance improvement (~10% for reads)
- Issue fixes
Features:
- Performance improvement release.
Features:
- Bug fixes release.
API Changes:
- Key and Message are now ByteBuffers.
- Convenience methods available for string and byte arrays
Features:
- Implemented snappy compression for message data > 1kB.
- Added highWaterMark and firstAvailSeqNum to responses. Check for tankResponse.getError() == TankClient.ERROR_OUT_OF_BOUNDS.
API Changes:
- All seqIds have been renamed to seqNums.
- Initial release
Features:
- Create publish requests with multiple topics / partitions.
- Create consume requests with mulciple topics / partitions.
Known Issues / Limitations / Bugs:
- Snappy compression not implemented.
- For snappy decompression, you need org.xerial.snappy.Snappy.