Tim Sparg

Results 4 comments of Tim Sparg

when I add `@Transactional` then it works. ``` @Transactional @Scheduled(timeUnit = TimeUnit.SECONDS, fixedRate = 5) public void fireEvents() { System.out.println("firing event"); publisher.publishEvent(new CustomEvent()); } ``` In hindsight when I look...

Hi Oliver, Apologies for the delayed response, I was on holiday 🙂 I've created the a repo where I replicated the above. https://github.com/timothysparg/sm-477 If you run that app without any...

> As far as I understood it, as long as you don't add a database starter to your Modulith project, Modulith won't try to persist your events and thus no...

Just tried to send an email to [email protected] and it now bounces back as undeliverable