Miłosz Smółka

Results 12 issues of Miłosz Smółka

It would be nice to copy just a part of panel's JSON. For example: ``` [/remote/localhost/system/1-new-row]> cp 10-cpu.legend 9-load ``` Dot as operator can be used safely here, since it's...

enhancement

## Context Apart from low-level `Publisher` and `Subscriber` interfaces, Watermill users can use either `Router` or the CQRS component. After considering how we were using Watermill over the years and...

Some initial PoC: https://github.com/m110/watermill-amazonsqs

enhancement
module: publisher
module: subscriber
M

Add a way to provide custom marshaler for the SSE endpoints, instead of the default JSON marshaling.

Add a watermill-sql schema adapter compatible with `eventstore.SQL`. The point is to have an easy way to forward event sourcing events to any other Pub/Sub. Consider whether it should be...

Similar to how watermill does it: https://github.com/ThreeDotsLabs/watermill-sql/blob/bc0272d92e9475871a52182dc341db4483e22dbb/pkg/sql/publisher.go#L67 If a transaction is passed to eventstore.SQL, it should return an error when initializing the schema. Otherwise, the transaction might be implicitly committed.