Skip to content

Releases: arquivei/goduck

Update pubsub client version

04 Feb 17:54
6059230
Compare
Choose a tag to compare
Updating pubsub version to v1.9.1 (#17)

Co-authored-by: Fernando Carniel <fernando.carniel@arquivei.com.br>

v0.5.0

30 Nov 19:56
8a1adf8
Compare
Choose a tag to compare
Adds config to disable commit in confluent stream (#16)

Sometimes, we want a consumer to always read from the beginning of a topic. In
that case, it shouldn't commit the messages.

v0.3.1: Fixes gokit implementation (#9)

25 Aug 17:44
3c38bcc
Compare
Choose a tag to compare
The correct way of supporting gokit's Endopint is to use a decoder function,
responsible for decoding the data from the transport layer into the endpoint
layer request format.

This commit copies the package "goduckhelper" from the foundationkit
repository, that creates a Processor/BatchProcessor from an endpoint and
decoder.

v0.3.0

24 Aug 20:01
Compare
Choose a tag to compare

Changelog

Now it is possible to use go-kit endpoints as input to the engines.

v0.2.4: Fixes confluent stream closing logic.

30 Jul 19:49
Compare
Choose a tag to compare
The current closing implementation has a race condition that panics when the
stream was already closed.

This commit makes proper use of the 'done' channel, so that everything stops
correctly after closing.