v0.2.0
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.