Abp: integrated event library CAP ( https://github.com/dotnetcore/CAP)

Created on 1 Apr 2019  路  6Comments  路  Source: abpframework/abp

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

abp-framework feature

Most helpful comment

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

derily picture derily  路  3Comments

mehdihadeli picture mehdihadeli  路  3Comments

wocar picture wocar  路  3Comments

zsanhong picture zsanhong  路  3Comments

hitaspdotnet picture hitaspdotnet  路  3Comments