@@ -67,4 +67,15 @@ Timestamp | Message created time | string | |||||
Content | Message content | string | Content | Message content | string | ||||
CallbackName | Consumer callback topic name | string | CallbackName | Consumer callback topic name | string | ||||
The `Id` field is generate using the mongo [objectid algorithm](https://www.mongodb.com/blog/post/generating-globally-unique-identifiers-for-use-with-mongodb). | |||||
The `Id` field is generate using the mongo [objectid algorithm](https://www.mongodb.com/blog/post/generating-globally-unique-identifiers-for-use-with-mongodb). | |||||
## Community-supported extensions | |||||
Thanks to the community for supporting CAP, the following is the implementation of community-supported storage | |||||
* SQLite ([@colinin](https://github.com/colinin)) :https://github.com/colinin/DotNetCore.CAP.Sqlite | |||||
* LiteDB ([@maikebing](https://github.com/maikebing)) :https://github.com/maikebing/CAP.Extensions | |||||
* SQLite & Oracle ([@cocosip](https://github.com/cocosip)) :https://github.com/cocosip/CAP-Extensions |
@@ -28,3 +28,9 @@ CAP supports several transport methods: | |||||
>`Kafka` vs `RabbitMQ` : | >`Kafka` vs `RabbitMQ` : | ||||
> https://stackoverflow.com/questions/42151544/is-there-any-reason-to-use-rabbitmq-over-kafka | > https://stackoverflow.com/questions/42151544/is-there-any-reason-to-use-rabbitmq-over-kafka | ||||
## Community-supported extensions | |||||
Thanks to the community for supporting CAP, the following is the implementation of community-supported transport | |||||
* ZeroMQ ([@maikebing](https://github.com/maikebing)): https://github.com/maikebing/CAP.Extensions | |||||
@@ -68,8 +68,8 @@ CallbackName | 回调的订阅者名称 | string | |||||
感谢社区对CAP的支持,以下是社区支持的持久化的实现 | 感谢社区对CAP的支持,以下是社区支持的持久化的实现 | ||||
* SQLite ([@colinin](https://github.com/colinin)) : https://github.com/colinin/DotNetCore.CAP.Sqlite | |||||
* SQLite ([@colinin](https://github.com/colinin)) :https://github.com/colinin/DotNetCore.CAP.Sqlite | |||||
* LiteDB ([@maikebing](https://github.com/maikebing)) https://github.com/maikebing/CAP.Extensions/tree/master/src/DotNetCore.CAP.LiteDB | |||||
* LiteDB ([@maikebing](https://github.com/maikebing)) :https://github.com/maikebing/CAP.Extensions | |||||
* SQLite & Oracle ([@cocosip](https://github.com/cocosip)) : https://github.com/cocosip/CAP-Extensions | |||||
* SQLite & Oracle ([@cocosip](https://github.com/cocosip)) :https://github.com/cocosip/CAP-Extensions |