All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for multiple events for each topics on the kafka retry consumer
- Support for global diffusion enabled by default on the kafka producer
- Bump dependencies
- Remove Travis CI - products/#97
- Fix eslint dependencies problems
- Allow callbacks for each event of each topic so that it is possible to subscribe to the same topic for different events
- Added
override
option to override the previous callbacks made for a topic subscription
- Improved error logging