Sha256: db42bec4c7167029a1a5e3219558a04729f1259975b9304f55054426724ec554

Contents?: true

Size: 732 Bytes

Versions: 1

Compression:

Stored size: 732 Bytes

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. 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
manageiq-messaging-0.1.6 CHANGES