streamdal / plumber

A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.
https://streamdal.com
MIT License
2.08k stars 71 forks source link

Azure Service Bus Issues #340

Closed azizabah closed 1 year ago

azizabah commented 1 year ago

Describe the bug Two bugs: There is an issue with the Azure Service Bus (ASB) examples. It lists "azure" as the argument but the CLI checks you and asks for "azure-service-bus" or "azure-event-hub".

There is an issue with the CLI validation for ASB queues. It thinks topic is always required.

To Reproduce Steps to reproduce the behavior: plumber write azure-service-bus --queue="name" --input="test" FATA[0000] Unable to handle CLI input: unable to parse CLI options: missing flags: --topic=STRING

Expected behavior That it sends the message to the queue.

Screenshots If applicable, add screenshots to help explain your problem.

CLI (please complete the following information):

blinktag commented 1 year ago

Thank you for the report @azizabah ! we have fixed these issues in https://github.com/batchcorp/plumber/releases/tag/v2.1.1