kfollesdal

Results 9 comments of kfollesdal

@jae-lee maybe I misunderstand, but can you use __post_init__ to validate dependent fields? ``` import typic from datetime import datetime @typic.klass class DateCheck: start: datetime end: datetime def __post_init__(self): if...

This would also be nice feature to have if you make your own "tired storage"

Any solution on this?

@srebhan, #16570 is now merged :-) I have now rebased this PR.

> Thanks @kfollesdal! Just some minor comments and suggestions. The biggest one is the option naming as currently only the jetstream publishing is async. So someone not using jetstream but...

Thanks @srebhan, will try to finish up the next two days. You prefer synchronous over asynchronous? Think you will get some performance loss vs core implementation by using synchronous JetStream...

But of order is important synchronous is probably best. And then we do not get any breaking change. But maybe an option to choose between asynchronous and synchronous to keep...

> Let's first fix this issue and discuss synchronous vs. asynchronous in a separate PR! What do you think? Good plan. Have updated PR to use synchronous jetstream publisher insted...

@srebhan I don't see any indication that the failing integration test is related to NATS.