Sha256: 97d43579e394f72e3e1460148696c47b7297c455a66929ea159f61e446e8b199

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

= 0.1.0 - 4-Oct-2018
* Initial release

= 0.1.1 - 20-Nov-2018
* By default upon receiving a message or an event, it is automatically acknowledged. But
  the subscriber can decide to turn off the auto ack feature and ack it in the callback block.

= 0.1.2 - 11-Dec-2018
* Allow to set max_bytes to each_batch when subscribe to a Kafka topic.

= 0.1.4 - 3-Apr-2019
* Add an #ack method to a ReceivedMessage to simplify manual acknowledgements
* Allow caller to provide a session_timeout to kafka consumers, default of 30sec

= 0.1.5 - 6-Jun-2019
* Allow caller to provide extra headers to the message

= 0.1.6 - 6-July-2020
* Rescue message body decoding errors. Re-raise errors raised by users code of processing received messages. 

= 1.0.0 - 28-Sep-2020
* Switch to use rdkafka client

= 1.0.1 - 15-Dec-2020
* Allow all kafka options to be passed
* remove sudo:false from .travis.yml
* Use manageiq-style

= 1.0.2 - 4-Jan-2021
* Rails 6.0 Support

= 1.0.3 - 12-May-2021
* Allow bulk publish of messages to a topic

= 1.1.0 - 09-Feb-2022
* Allow rails 6.1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
manageiq-messaging-1.1.0 CHANGES