Skip to content

Configuration and Consumer/Producer Refactor

Compare
Choose a tag to compare
@lucacorti lucacorti released this 14 May 18:24
· 228 commits to master since this release

This is a backwards incompatible release with breaking changes.

  • The configuration format has changed dramatically. Consumers and producers are now configured separately. Declarations are also handled separately from producer/consumer configuration.
  • Consumer and Producer are now separate behaviours with separate callback functions.

Be sure to check the documentation and adapt your code/configuration to the new format.