Skip to content

Releases: lovoo/goka

Tester: fix concurrent map access

16 Oct 06:47
463d31e
Compare
Choose a tag to compare
  • add mutex to codex-map in tester to prevent concurrent map access

Log-Prefix, Emitsync with headers & Bugfix

29 Sep 18:34
f26d361
Compare
Choose a tag to compare
  • Add EmitSyncWithHeaders to Emitter (by @adw1n)
  • Prefix sarama logger with [Sarama] (by @adw1n)
  • Bugfix in example (by @FredrikBakken)

Fix Monitoring Issue

04 Sep 11:48
3d39c5a
Compare
Choose a tag to compare

Fixing the processor and view state in the monitoring web-ui.

Fix issue with sarama 1.27.0

19 Aug 06:52
b303695
Compare
Choose a tag to compare

Add Commit() to MockConsumerGroupSession and cgSession to be compatible with ConsumerGroupSession interface.

Sarama consumer group

09 Jul 13:08
075bc83
Compare
Choose a tag to compare

With this release we integrate sarama consumer group into goka and remove the sarama-cluster dependency. These changes enable users to use goka with recent sarama versions.

bugfix stats tracking

10 Apr 11:44
1eaa22f
Compare
Choose a tag to compare
bugfix stats tracking Pre-release
Pre-release

removed race condition in stats tracking
fixed panic in View.Get for uninitialzed state
call Open on storage after init

Bugfixes Shutdown/Rebalance

20 Mar 17:08
Compare
Choose a tag to compare
Pre-release
v0.9.0-beta2

fix rebalancing by adding a copartitioning rebalance strategy

Consumer Group Refactoring

19 Mar 13:22
Compare
Choose a tag to compare
Pre-release

Major changes:

  • Removed sarama-cluster, replaced with sarama's ConsumerGroup
  • remove package kafka, move remaining files to root
  • introduce go mod
  • removed support for librdkafka

See #239 for details

Headers + Fixes

07 Feb 13:23
c7d7725
Compare
Choose a tag to compare
Merge pull request #208 from WideLee/master

repeating messages from input stream after recover

rebalance callback

28 Jun 12:19
b00e782
Compare
Choose a tag to compare
Merge pull request #196 from gmather/feature/195_rebalance_callback

feature 195: Add a rebalance callback to the processor.