Skip to content

4.0.0

Compare
Choose a tag to compare
@elise-scx elise-scx released this 16 Jul 14:48
· 111 commits to master since this release
ab5a7ea

Updated the ConsumerConfig class, and the readme section on configuration, to address some inconsistencies. See long explanation in the PR: #46

User impact, in brief:

  • If you are creating a ConsumerConfig using the fromConfig method, you won't need to change anything. The new method is backwards-compatible, but adds parameters so more customization can be done with the method
  • If you are creating a ConsumerConfig in another way, you might need to make some small changes: use either the fromConfig or apply method, and override the default params for customization. See the ConsumerConfig class for details.

This release also includes some dependency upgrades.