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

Skip to content

Tags: jcsp/franz-go

Tags

v0.10.1

Toggle v0.10.1's commit message
release v0.10.1

This is an important release fixing a bug introduced in v0.9.1,
ideally now only twmb#57 remains.

v0.10.0

Toggle v0.10.0's commit message
release v0.10.0

This is a small release containing three minor breaking changes
(infrequently used config options). twmb#62 is now open to track v1.0.0
stabilization status. After this release, only addressing twmb#57 remains.
This release arises from me continuing to use this client in yet another
project.

v0.9.1

Toggle v0.9.1's commit message
release v0.9.1

This is an intermediate release before stabilization. twmb#57 should be
solved before a 1.0 release because it may have a slight behavior
change, but so far there is no foreseen API change blocking 1.0.

v0.9.0

Toggle v0.9.0's commit message
release v0.9.0

This makes kmsg a dedicated module, and this is a release candidate for
v1.

v0.8.7

Toggle v0.8.7's commit message
release v0.8.7

This release contains hook enhancements and one minor breaking change.

plugin/kprom/v0.3.0

Toggle plugin/kprom/v0.3.0's commit message
release plugin/[email protected]

This adds two metrics,

kgo_buffered_produce_records_total
kgo_buffered_fetch_records_total

plugin/kprom/v0.2.0

Toggle plugin/kprom/v0.2.0's commit message
release kprom v0.2.0

This allows for a separate gatherer and allows the types allow for more
testing.

v0.8.6

Toggle v0.8.6's commit message
release v0.8.6

This contains a small bugfix for regex group consuming, as well as some
other small improvements.

v0.8.5

Toggle v0.8.5's commit message
v0.8.5: minor bugfix for direct partition consuming

See changelog; this change fixes users who ConsumePartitions without
also using ConsumeTopics (which is valid and was meant to work).

v0.8.4

Toggle v0.8.4's commit message
release v0.8.4

Very minor; ensures logging is not missing when using the default commit
callback.