airtai / faststream

FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
https://faststream.airt.ai/latest/
Apache License 2.0
3.15k stars 161 forks source link

fix: allow users to pass `nkeys_seed_str` as argument for NATS broker. #1908

Closed Drakorgaur closed 1 week ago

Drakorgaur commented 2 weeks ago

This would simplify the usage of applications without a need to read files.

Description

Please include a summary of the change and specify which issue is being addressed. Additionally, provide relevant motivation and context.

Fixes # (issue number)

Type of change

Please delete options that are not relevant.

Checklist

Lancetnik commented 1 week ago

Thank you a lot for the PR! Can it wait a few days? I didn't want to release a new version so far

Drakorgaur commented 1 week ago

Thank you a lot for the PR! Can it wait a few days? I didn't want to release a new version so far

Of course! Thanks for fast check, review and feedback :)