streamdal / plumber

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

Support new Pulsar options added to plumber-schemas #336

Closed ckreiling closed 1 year ago

ckreiling commented 1 year ago

Follow-up to https://github.com/batchcorp/plumber-schemas/pull/87

Related to https://github.com/batchcorp/plumber/issues/335. In addition this PR adds a few other options I'd like to be able to set.

To my knowledge, Pulsar doesn't support multiple forms of authentication, so I added a validation to raise an error in the event TLS auth and token auth are both set. I figured it's easier to remove that validation than add it in the future

cc @blinktag

blinktag commented 1 year ago

Awesome thank you @ckreiling We'll get this released shortly

ckreiling commented 1 year ago

My pleasure! Thanks for the speedy replies. Let me know if I need to / how to fix the coverage upload step that failed