nats-io / nack

NATS Controllers for Kubernetes (NACK)
Apache License 2.0
155 stars 62 forks source link

Feature request: add Bucket resource #75

Open cortopy opened 2 years ago

cortopy commented 2 years ago

This is just a feature request for NACK to handle Key/Value buckets in addition to Consumer and Stream.

Deimos2 commented 2 years ago

This should be a feature, but you can also create a k/v bucket from a Stream as mentioned in https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-8.md#buckets

dwooldridge-ctoken commented 6 months ago

Hi, it would be really nice to have a KV Bucket resource to work with. Do you think this is something that may be implemented?

Jarema commented 6 months ago

Yes. It is. However, first we want to finish the rework of nack internals.

dozsa commented 3 weeks ago

Any update on when K/V bucket setup would be supported? +1 on the usefulness of such a feature. Thanks.