Skip to content

v0.1.0-RC3

Compare
Choose a tag to compare
@Gsantomaggio Gsantomaggio released this 25 Nov 17:50
· 276 commits to main since this release
dc29860

Release Candidate 3


Enhancements:

  • Add flag to configure the CRC #110
  • Add details on message confirmation in #111

NOTE: The CRC check is disabled by default with this version to improve the performance. You can enable it for single consumer:

stream.NewConsumerOptions().                 
  SetCRCCheck(false).  

Full Changelog: v0.1.0-RC2...v0.1.0-RC3