Skip to content

v0.2.0

Compare
Choose a tag to compare
@flexlixrup flexlixrup released this 28 Dec 19:18
· 75 commits to main since this release

This release adds proper error handling for the components and first tests.

Features

  • Client side error handling now available with callback functions from Client and Producer.
  • Differentiation between errors which need to be handled by the client and errors which could be solved by reconnection.
  • Maximum number of retries after lost connection can be configured.

Fixes

  • This release does not contain any fixes.

Known issues

  • Errors which are not produced during topic lookup are not handled and will always lead to a reconnection which can result in infinite loops.

Full Changelog

v0.1.1...v0.2.0