Skip to content

v1.5.0

Compare
Choose a tag to compare
@cmccarthy1 cmccarthy1 released this 11 Jan 13:18
· 54 commits to master since this release
932ebed

Additions:

  • Assignment API support
  • Mechanism to allow publishing with headers (Fixes #48)
  • Batch publishing of messages (Fixes #30)
  • Exposed callback functions for throttling and error events (Fixes #33)

Fixes:

  • Previously consumption logic would result in thread starvation if consuming a large group of messages. exposure of MaxMsgsPerPoll and changes to underlying function calling mechanism have removed this issue. (Fixes #37)