-
Order Service is creating a new Order successfully and update the 'eventuate.message' correctly.
Then Eventuate Tram CDC Service will send that message into Customers Service successfully (via the …
-
Hi Chris,
Thanks for creating the eventuate framework, I like it a lot.
I would like to offer some help to move the project forward for some dependencies upgrade such as junit 5 (eventuate-util)…
-
I am getting below exception now while starting client. Can you please tell me what's wrong here.Below are my configuration
I have started my local zookeper, kafka server and MySql server.
I have …
-
script build-and-test-mysql.sh shown failed tests, than stuck:
```
> Task :eventuate-local-java-cdc-connector-polling:test
io.eventuate.local.polling.PollingCdcProcessorEventsTest > shouldReadN…
-
Hi:
I'm learning Eventuate framework by running the apps examples. I was able to run the **Consumer and Orders** app, but I am not able to run the **Todo List** app, because when I'm trying t…
-
Hi,
I checked how sagas work after commit "Fixes #114 - message handlers should not use @Transactional".
Problem with JPAException (transaction marked as rollback only) seems to be solved.
But p…
asn25 updated
4 years ago
-
Would you have any idea why cdcservice display those errors.
this has the effect that the events are not long published
The error message seen is below:
java.util.concurrent.ExecutionException…
-
Stack Trace:
2023-03-09T04:53:23.687+05:30 ERROR 40264 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw…
-
@cer
I have created all the eventuate framework tables and order and also customer micro service specific tables in the same **customer_order_service**'s **eventuate** schema.
![image](https:/…
-
I have a fresh OS install on new machine (without previous builds of ftgo app)
so have no (or have only some) cached java libraries.
When I ran build-and-test-all.sh the application build took mor…