Pablo Maria Martelletti
Pablo Maria Martelletti
> In my understanding, the template is solely used at customer offer creation time. Subsequent template modification wouldn't impact already existing customer offers, but I may have a bad understanding...
@gquemener It kind of make sense I think, yes. So, in the Process Manager, you'll fetch all the customers, and for each one, check the settings, and if the template...
> I would not focus on where to put logic, but more on how the system reacts to some events (through an event storming). The implementation will naturally flow from...
> It makes sense, but this specific business logic is not in two places, only at the Customer level, isn't it? Well, yes - but also at template level. I...
@codeliner actually, the null is not here, but in the constructor of the projection runner: ``` $this->projection = $projectionManager->createReadModelProjection( self::eventMachineProjectionName($eventMachine->appVersion()), new ReadModelProxy( $projectionDescriptions, $eventMachine ), $projectionOptions ); ``` `$this->projection` is...
@codeliner ups - didn't get to that point, as I focused on trying to understand why the service was not starting 😟 Thanks for that 👍