Skip to content

v1.2.0

Choose a tag to compare

@Dimakoua Dimakoua released this 16 Sep 11:10
· 83 commits to master since this release

What's Changed

  • Dedup cache by @Dimakoua in #3
    This feature introduces a deduplication cache to prevent the publishing of duplicate messages. By implementing this cache, we can ensure that only unique messages are processed, improving efficiency and reducing potential errors caused by duplicate entries.

  • Consumer scaling feature by @Dimakoua in #6
    This update adds the ability to scale consumers dynamically, allowing the system to handle varying workloads more efficiently. By scaling the number of consumers up or down based on demand, we can optimize resource usage and maintain performance under different loads.

Full Changelog: v1.1.0...v1.2.0