Skip to content

Releases: streamdal/plumber

Read/Relay from multiple GCP PubSub subscriptions at once

15 Nov 17:51
33a33a0
Compare
Choose a tag to compare
Merge pull request #186 from batchcorp/blinktag/gcp_multisub

Support for reading/relaying from multiple GCP pubsub subscriptions

Maintenance release

26 Oct 21:29
Compare
Choose a tag to compare

Bumping gjson version to v1.10.2 to address CVE

Fix RabbitMQ dynamic mode

14 Oct 16:01
Compare
Choose a tag to compare
v0.34.3

Fixing rabbit dynamic mode

GCP-Pubsub credentials flag

05 Oct 17:35
Compare
Choose a tag to compare

Adding --credentials-json flag for GCP-PubSub so that credentials can be passed in via a string

v0.34.1

12 Aug 19:22
Compare
Choose a tag to compare
Fixing spelling

KubeMQ Queue Support

09 Aug 21:05
Compare
Choose a tag to compare

Added support for reading/writing/relaying messages from KubeMQ queues.
Thank you @kubemq for the work on this feature!

Updating RabbitMQ Streams library

05 Aug 14:32
e86ca53
Compare
Choose a tag to compare

Thank you to @Gsantomaggio for these improvements!

RabbitMQ Streams Support

19 Jul 15:16
db38348
Compare
Choose a tag to compare

Thrift decoding support

08 Jul 18:28
b3c81f1
Compare
Choose a tag to compare

If your message bus contains Thrift IDL encoded messages, you can now specify the --thrift flag, and plumber will decode the messages

Show kafka consumer group lag

06 Jul 23:30
cc0760e
Compare
Choose a tag to compare

You can now view Kafka consumer group lag for a topic by running

$ plumber lag kafka --topic yourtopic --group-id yourconsumergroupname

You can also pass the --lag flag when reading from Kafka and the output will display the latest offset.

$ plumber read kafka --topic yourtopic --lag --group-id yourconsumergroupname

Thank you to @ei09010 for his work on this!