|
|
@@ -32,16 +32,19 @@ CAP can be installed in your project with the following command. |
|
|
|
PM> Install-Package DotNetCore.CAP |
|
|
|
``` |
|
|
|
|
|
|
|
CAP supports RabbitMQ, Kafka, AzureService, AmazonSQS as message queue, following packages are available to install: |
|
|
|
CAP supports most popular message queue as transport, following packages are available to install: |
|
|
|
|
|
|
|
``` |
|
|
|
PM> Install-Package DotNetCore.CAP.Kafka |
|
|
|
PM> Install-Package DotNetCore.CAP.RabbitMQ |
|
|
|
PM> Install-Package DotNetCore.CAP.AzureServiceBus |
|
|
|
PM> Install-Package DotNetCore.CAP.AmazonSQS |
|
|
|
PM> Install-Package DotNetCore.CAP.NATS |
|
|
|
PM> Install-Package DotNetCore.CAP.RedisStreams |
|
|
|
PM> Install-Package DotNetCore.CAP.Pulsar |
|
|
|
``` |
|
|
|
|
|
|
|
CAP supports SqlServer, MySql, PostgreSql,MongoDB as event log storage. |
|
|
|
CAP supports most popular database as event storage, following packages are available to install: |
|
|
|
|
|
|
|
``` |
|
|
|
// select a database provider you are using, event log table will integrate into. |
|
|
|