BenNeighbour
BenNeighbour
@kaqqao @ellebrecht @jestan @heruan @vojtechhabarta Hi all, I have set up some batch DataLoaders for each entity (that have relationships with others) in order to solve the N+1 Problem with...
@kaqqao @BaldyLocks @vkachan @csueiras @kicktipp Hi all, I have set up some batch DataLoaders for each entity (that have relationships with others) in order to solve the N+1 Problem with...
Hi, @dartartem @cer , I have just encountered this very odd issue. After a method is called by a saga (in-between steps), I am getting this exception: ``` org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback;...
Hi, just a quick question to either @cer or @dartartem (or anyone who happens to know), just to clarify, the database records produced by the ```Eventuate CDC``` with JDBC are...
Hi all, I have previously had my sagas working. I changed it so that instead of calling a method in the same class like this: ```java .invokeLocal(this::saveSomething) .withCompensation(this::deleteSomething) ``` I...
Hi all, I just want to start off by saying how much I like your framework, even though I haven't got my sagas working yet, Eventuate Sagas makes developing the...
### What happened? Hey guys! I'm trying to use protobufs with Aspect CLI project (multi-language), and when I add `logger.proto` file, configure, and build, it throws errors relating to protobuf,...
Can this be used for Vanilla Java (non-android) Projects? If so, would the core principals remain the same?