github rabbitmq/rabbitmq-stream-go-client v0.1.0-RC3

latest releases: v1.6.1, v1.6.0, v1.5.8...
3 years ago

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

Don't miss a new rabbitmq-stream-go-client release

NewReleases is sending notifications on new releases.