Stream MaxBytes not set during create
jdolce opened this issue · 3 comments
jdolce commented
Looks like during a recent re-factor max bytes is no longer being set on stream creates.
https://github.com/nats-io/nack/blob/main/controllers/jetstream/stream.go#L163
Seems to be a result of this commit 74d1ddc
jdolce commented
I took a look at changing this, which is a really simple change. However, I think some better tests are in order which will help catch these sorts of errors in the future. Would be nice to check the stream config after it has been created.
wallyqs commented
Current status of branch with e2e tests is here: https://github.com/nats-io/nack/commits/minikube