qweeze / rstream

A Python asyncio-based client for RabbitMQ Streams
MIT License
83 stars 13 forks source link

Implement a builder or validator for the arguments #196

Open Gsantomaggio opened 3 months ago

Gsantomaggio commented 3 months ago

During the stream creation, the args are without controls, and the user can put everything.

It would be nice to have a builder or a validator for the args to avoid problems like this: https://github.com/rabbitmq/rabbitmq-website/issues/1991