eShopOnContainers integrated event library CAP https://github.com/dotnet-architecture/eShopOnContainers/issues/753 on lastest PR https://github.com/dotnet-architecture/eShopOnContainers/pull/975
CAP is EventBus available in the officially recommended production environment
I will check this. Thanks for offering.
I have the same issue. I can not use CAP with ABP.
@ThaiHM Can not use CAP without inheriting applictionservice
I created a project to integrate CAP and Abp.
https://github.com/Goxiaoy/DoteNetCore.CAP.Abp
It's quite easy. You just need to replace the CAP ConsumerServiceSelector and add CapDistributedEventBus to publish message with ICapPublisher
There are some reasons why I do that,
It provides a solution for #619 Sorry for the misunderstood of issue
Kafka implementation
Most helpful comment
https://github.com/EasyAbp/Yhd.Abp.EventBus.CAP