What's Changed
- fix Kafka::TransactionManager#send_offsets_to_txn by @stasCF in #866
- Add kafka 2.6.0 to Circle CI by @methodmissing in #869
- Resolve "Passing the keyword argument as ..." deprecation warning by @abicky in #875
- Resolve RSpec::Mocks::OutsideOfExampleError by @abicky in #874
- Make "consuming messages with a custom assignment strategy" stable by @abicky in #876
- kafka 2.7.0 by @vvuibert in #880
- Add
murmur2_random
support for message partitioning. by @divo in #884 - Support seed brokers' hostname with multiple addresses by @abicky in #877
- Fix "@param tag has unknown parameter name" by @abicky in #897
- Updated to ignore all control batches by @rkruze in #893
- Handle SyncGroup responses with a non-zero error and no assignments by @BrentWheeldon in #896
- Refresh metadata if necessary on deliver_message by @wamaral in #901
- ISSUE-525 / 764: ruby-kafka does not support different topic subscriptions in the same consumer group by @eduardopoleoflipp in #903
- Make ssl_ca_cert_file_path support an array of files by @syedriko in #905
- This spec stopped working at some point by @dasch in #909
- Fix multiple
[Producer name]
tags on failures by @ojab in #910
New Contributors
- @stasCF made their first contribution in #866
- @methodmissing made their first contribution in #869
- @divo made their first contribution in #884
- @rkruze made their first contribution in #893
- @BrentWheeldon made their first contribution in #896
- @wamaral made their first contribution in #901
- @eduardopoleoflipp made their first contribution in #903
- @syedriko made their first contribution in #905
- @ojab made their first contribution in #910
Full Changelog: v1.3.0...v1.4.0