The documentation shows how to import and configure EventStoreCqrsModule into the app.module via the forRoot method, however, there does not seem to be a way to import this on a per module basis (ie with a forFeature method).
I am new to both NestJs and EventStore (as well as TS) so I may be missing something. Is this functionality available? Is this use case something that is in the works?
sadly the NestJS CQRS module, on which this module build upon does not support this usecase because it injects the EventBus globally and not per feature.
The documentation shows how to import and configure EventStoreCqrsModule into the app.module via the forRoot method, however, there does not seem to be a way to import this on a per module basis (ie with a forFeature method).
I am new to both NestJs and EventStore (as well as TS) so I may be missing something. Is this functionality available? Is this use case something that is in the works?