Skip to content

Releases: blueshift-labs/pulsarlib-go

v0.7.0

03 Sep 16:47
e650960
Compare
Choose a tag to compare

Added a method to unload persistent topics

v0.6.0

07 Aug 06:57
7ed6361
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

Removed deprecated RetryEnabled from ConsumerOptions

20 Sep 06:35
a930398
Compare
Choose a tag to compare
Merge pull request #15 from blueshift-labs/remove-retry

Removed RetryEnabled field from ConsumerOptions

v0.5.0

19 Jun 07:15
b8c5a72
Compare
Choose a tag to compare
Added GetStatsForPartitionedTopic method

v0.3.6

06 Apr 06:22
Compare
Choose a tag to compare

Bump pulsar client go dep to v0.10.0

v0.3.5

01 Sep 06:24
Compare
Choose a tag to compare

Full Changelog: v0.3.4...v0.3.5

v0.3.4

22 Aug 17:48
18aa5f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

06 Jul 05:40
9213de5
Compare
Choose a tag to compare

Use ConsumerOpts to provide subscription name, the retry policy and whether to read earliest or latest messages.

Subscription for the first time will be created on Earliest position

04 Jul 20:57
Compare
Choose a tag to compare

When creating a subscription if it doesn't exist during consumer creation, the position by default will now be earliest.

v0.3.1

10 May 09:44
d05aea9
Compare
Choose a tag to compare
Merge pull request #10 from blueshift-labs/nack-suppot

Introduce the RetryMessage inorder to re-queue the failed handled message