Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dewrich/franz-go

Tags

v0.6.14

Toggle v0.6.14's commit message
release 0.6.14

This is a small bugfix release for v0.6.13.
See the changelog for more details.

v0.6.13

Toggle v0.6.13's commit message
release 0.6.13

This release primarily allows for failing records even with idempotency
enabled. See the changelog for more details.

v0.6.12

Toggle v0.6.12's commit message
0.6.12: See the CHANGELOG's v0.6.12

This small release corresponds to Kafka's 2.8.0 release.
In this, I have tested the code against 2.8.0 and have ensured
that kversion.V2_8_0() is correct.

v0.6.11

Toggle v0.6.11's commit message
0.6.11: See the CHANGELOG's v0.6.11

ref: https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v0611

This is an important release containing many bugfixes. Please see the
release notes for an expanded writeup.

v0.6.10

Toggle v0.6.10's commit message
0.6.10: See the CHANGELOG's v0.6.10

ref: https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v0610

This is a relatively large release containing many consumer related
bugfixes and a few new useful features.

v0.6.9

Toggle v0.6.9's commit message
0.6.9: See the CHANGELOG's v0.6.9

ref: https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v069

This is a bugfix release to address some problems in the consumer,
particularly a problem for consuming extremely old topics on modern
brokers.

v0.6.8

Toggle v0.6.8's commit message
0.6.8: See the CHANGELOG's v0.6.8

ref: https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v068

This is a small bugfix release to fix an overflow in kversions when
an ApiVersionsResponse has a key with a value of 32767.

v0.6.7

Toggle v0.6.7's commit message
0.6.7: See the CHANGELOG's v0.6.7

ref: https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v067

This is a small bugfix release to fix producers that use the no ack
option.

v0.6.6

Toggle v0.6.6's commit message
0.6.6: See the CHANGELOG's v0.6.6

ref: https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v066

This is a small bugfix release to fix a chance stuck-consumer bug on
compacted topics.

v0.6.5

Toggle v0.6.5's commit message
0.6.5: See the CHANGELOG's v0.6.5

ref: https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v065

This is a small release containing two bugfixes when talking to Kafka v0.10.0.

See commit messages in bugfixes in the CHANGELOG for expanded details.