Skip to content

Releases: streamdal/plumber

Support for NATS and Redis PubSub

19 Jan 15:31
c81cffe
Compare
Choose a tag to compare
Merge pull request #65 from batchcorp/blinktag/redis_pubsub

Support for Redis PubSub

Support for Azure Service Bus and AWS SNS

17 Jan 22:16
24289ff
Compare
Choose a tag to compare
Merge pull request #61 from batchcorp/blinktag/aws-sns

Write support for AWS-SNS

Kafka relay support

11 Jan 19:34
edb4fda
Compare
Choose a tag to compare
v0.10.0

Kafka relay support

Kafka authentication support

04 Jan 19:26
ca79c74
Compare
Choose a tag to compare
Merge pull request #54 from batchcorp/blinktag/windows_fix

cannot use syscall.Stdin (type syscall.Handle) as type int

Properly closing kafka connections to avoid issues with rebalancing consumer groups

02 Jan 22:13
af02180
Compare
Choose a tag to compare
Merge pull request #51 from batchcorp/blinktag/kafka_read_speed

Properly closing kafka readers/writers to avoid rebalance issues

Support for ActiveMQ using stomp protocol

27 Oct 19:08
2bde642
Compare
Choose a tag to compare
Merge pull request #44 from batchcorp/blinktag/activemq

ActiveMQ (STOMP) support

RabbitMQ app ID and consumer tag support

22 Oct 19:09
0a213e4
Compare
Choose a tag to compare
  • Added --app-id flag for RabbitMQ write mode
  • Added --consumer-tag flag for RabbitMQ read mode

Adding support for Avro

16 Oct 14:09
16e701f
Compare
Choose a tag to compare
  • Added Avro support for all backends
  • Avro schema can be used by setting the --avro-schema ./yourschema.avsc

Adding --queue-declare flag for RabbitMQ

08 Oct 00:42
1c3c5c7
Compare
Choose a tag to compare
Merge pull request #32 from batchcorp/blinktag/queue_declare_flag

Adding --queue-declare flag to CLI options for relay mode

RabbitMQ relay + reconnect support

06 Oct 22:31
286f5cb
Compare
Choose a tag to compare
  • Relay mode now supports RabbitMQ!
  • RabbitMQ now gracefully handles network disconnects and will reattempt connections every 60s
  • Introduced new library batchcorp/rabbit to plumber
  • Bug fixes for SQS
  • README.md cleanup
  • Added --remote-account-id flag for SQS
  • Added support for specifying multiple protobuf dirs