Lucas Satabin

Results 114 comments of Lucas Satabin

Hi, I do not think this is something that belongs to this connector, it looks more related to parallel processing in streams. For instance, using the [`Balance` connector](https://doc.akka.io/docs/akka/current/stream/stream-parallelism.html#parallel-processing) in step...

HI, Actually it is because the canonical way for instantiating it is to use the `ReadJournalProvider` [here](https://github.com/safety-data/akka-persistence-redis/blob/897f31698a9c61fbb19eeef5135dfdd2a090b2b4/src/main/scala/akka/persistence/query/journal/redis/RedisReadJournal.scala#L33) Can’t you stub this in your tests?

Hi, Thanks for the suggestion, this is interesting, and we could think about something like that. However, diffson is a library and aims at staying a library, not a CLI...

Thanks for the answer. I think the main use that I intended is to have a diff format to communicate between services based on standard formats. So clearly it was...

I did not forget about this PR. Testing it is currently blocked by the `PureConc` finalizer problem (see #3430). As soon as there is a fix, I will design a...

> > It's hard to be totally comfortable with this absent tests. > > Also point of clarification, there _are_ several tests for `memoizedAcquire` (which is just a refactoring of...

> Needs `prePR` Yes, I should have time to work on this this weekend. Regarding the test I wanted to add to check that acquisition cancellation does not occur after...

@recons This PR should solve your problem with compact rendering once merged and released.

Hi. We changed the rendering in 1.11, which is probably the cause. I am thinking of reverting the compact rendering to what it was in 1.10. The introduced change is...

The pretty printer has been entirely changed as well. It looks like some ceding is necessary in its implementation. I will investigate.