Skip to content

Releases: streamdal/plumber

CLI arg refactor, cleanup, various bugfixes

06 Aug 22:41
Compare
Choose a tag to compare

Fairly significant cleanup release; significant refactor (moved to a diff lib); cleanup of some flags.

Support for GCP PubSub

02 Aug 18:56
ceecc7b
Compare
Choose a tag to compare

Added support for GCP PubSub.

Decompression + Default Exchange

31 Jul 01:15
Compare
Choose a tag to compare
  • Added support to gzip decompress output on reads (from kafka and rabbit)
  • Removed --exchange-name as required arg (forgot that rabbit has default exchange support)

Initial release

30 Jul 06:30
Compare
Choose a tag to compare

This is the initial release of the port of our internal "plumber" tool that we use for consuming and publishing messages on our event bus.

It is nowhere near feature complete, but it does have the most important part implemented (in our opinion):

It is able to read and write protobuf based messages to either Kafka or RabbitMQ. We think that's pretty damn sweet.

We hope it's useful for you!