Skip to content

Releases: segmentio/kafka-go

v0.4.29

28 Feb 18:43
b952e63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.28...v0.4.29

v0.4.28

09 Feb 19:30
999d0b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.27...v0.4.28

v0.4.27

21 Jan 19:18
382e96d
Compare
Choose a tag to compare

What's Changed

  • performance,typo: prealloc slice for performance and fix typo by @xiekeyi98 in #816
  • Do a final commit on end consumer group generation for immediate commits by @stevevls in #715

New Contributors

Full Changelog: v0.4.26...v0.4.27

v0.4.26

14 Jan 19:41
5882460
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.25...v0.4.26

SASL: AWS MSK IAM Support

24 Nov 04:32
e88d48a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.24...v0.4.25

v0.4.24

24 Nov 04:24
2e02f37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.23...v0.4.24

v0.4.23: Allow Writer to automatically create topics. (#775)

02 Nov 17:56
ea83b29
Compare
Choose a tag to compare
* set AutoCreateTopic when requesting metadata in Writer

if a metadata request is made with auto create topic set,
we now make a metadata request to trigger the topic creation
if the topic is not already in the cache and update the cache
after the request is made.

v0.4.21

15 Oct 23:30
d8dd9b0
Compare
Choose a tag to compare
Makes Assignments nullable in createpartitions RequestTopic (#758)