'Is there an equivalent of Spring Cloud Stream in .Net or .Net Core?

I have a Java project that needs to be rewritten in C# .Net Core. The Java app is currently deployed on cloud using SCS. The concept of stream looks smooth as we can easily visualize the flow of data there. It would be nice to have something similar available in .Net/Core. I tried Google, but couldn't get any useful info on this.



Solution 1:[1]

Steeltoe Stream Support:

This is an Epic, that will track all the work being done for our Streams feature.

Steeltoe Streams will be similar to the functionality that Spring Streams brings. Steeltoe Streams will be used for building highly scalable event-driven .NET microservices connected with shared messaging systems.

Steeltoe OSS: Cloud Native .NET Applications - Friend of Spring Boot and Spring Cloud.

Developed by WMware / Pivotal - https://hub.docker.com/u/steeltoeoss/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1