Chris Richardson
Chris Richardson
You should use the same version of Debezium that Eventuate Local uses: debeziumVersion=0.3.6 It's only been tested with the older version. We haven't invested time upgrading to the newer version...
Sorry for the delayed response. Somehow I missed the notification. How are you building the code? The two projects - java-spring and gradle-spring are setup to use Gradle. For example,...
Please can you provide more information. What exactly are you running? And, how?
Sorry for the delayed response. Eclipse has an issue with classpaths. If Module X depends on Module Y, which has testCompile dependency on artifact Z then Z is exported from...
Sorry that you are having problems building the project. In a new Docker container, I just cloned the project and compiled all files successfully. I suspect that either you had...
Which project are you are importing? There are two separate projects: https://github.com/cer/event-sourcing-examples/tree/master/java-spring and https://github.com/cer/event-sourcing-examples/tree/master/scala-spring? On Thu, Apr 7, 2016 at 1:03 AM, Chen Kai [email protected] wrote: > I run ./gradlew...
Hi, If the event handler throws a RuntimeException event processing stops without acknowledging the event. No events will be lost. You will need to restart the service that failed (perhaps...
Please supply more details. Ie. What you did, logs, stack trace... On Wed, Sep 19, 2018, 2:52 AM prashanthcngithub wrote: > net.chrisrichardson.eventstore.javaexamples.banking.commonauth.AuthConfiguration > not found > > — > You...
That's awesome. Your suggestion was very much appreciated. The PR is even better!
Good point: ingress vs. service mesh. I was reading the docs from an ingress perspective, and have it working using the approaches you outline. The docs - https://fluxcd.io/flagger/usage/webhooks/#load-testing - should...