Alex Ullrich

Results 36 comments of Alex Ullrich

I didn't see the defaults filter, does seem like that would work. Here is a plunker using defaults: http://plnkr.co/edit/rEDbqLkQ4ZaZ9z2Dlmro?p=info And another using the null replacement syntax I added: http://plnkr.co/edit/RYc3RriigIJYgHF9vGlJ As...

I think I can do this in next month or so.

I've been messing around with this and it seems like it may have the same issue for testing as I mentioned with nats core in https://github.com/ThreeDotsLabs/watermill-nats/pull/8 Does seem like the...

https://github.com/AlexCuse/watermill-pulsar

Id like to try using protobuf for the actual transport encoding of watermill messages to see if it's "worth it" from a performance perspective. Likely have a better idea later...

https://github.com/AlexCuse/watermill-jetstream/commit/b98a7cdb4a98516fac7f6d699c565b59d4c65b37 The stuff in the `wmpb` package there is what I was thinking of.

Not sure the best way to handle the channel exceptions in watermill context (may be able to use a separate channel to pump errors through) but there is an `AckWaitTimeout`...

This is not something I've looked a ton at fixing yet but the client already seems to bring a fair amount of baggage with it for deployment to small spaces....

Thanks. I noticed after adding it that the volume on quotes always seems to come back empty until after close so wasn't as useful as I hoped (maybe this is...

Looks like the problem is the pointer receiver for MarshalJSON. PR incoming.