liuhll / silky

The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
http://docs.silky-fk.com/
MIT License
276 stars 68 forks source link

有集成消息队列的计划吗?例如rabbitmq? #17

Closed feelhum closed 3 years ago

feelhum commented 3 years ago

有集成消息队列的计划吗?例如rabbitmq?

liuhll commented 3 years ago

暂时没有,silky的可扩展性非常强的,您可以很方便的与第三方的分布式消息组件集成.例如:CAP 或是MassTransit. 你只需要继承:IConfigureService接口或是在自定义模块中提供的方法ConfigureServices(IServiceCollection services, IConfiguration configuration),使用services引入第三方组件的服务就可以与第三方组件集成。

feelhum commented 3 years ago

感谢回复,,silky是非常不错的微服务框架。我尝试集成。

zhuzhao commented 3 years ago

不错