orleans icon indicating copy to clipboard operation
orleans copied to clipboard

[Epic]: Orleans + DAPR Integration

Open rafikiassumani-msft opened this issue 3 years ago • 5 comments
trafficstars

We would like to investigate the possibilities of integrating Orleans and DAPR.

rafikiassumani-msft avatar Jan 13 '22 17:01 rafikiassumani-msft

There is a strong demand for this, is there any progress ?

geffzhang avatar Nov 24 '22 23:11 geffzhang

We are interested to hear what kind of integration people would like to see. We are also open to contributions

ReubenBond avatar Nov 24 '22 23:11 ReubenBond

Dapr has actor support based on Orleans. But since this is a .net project we can cast most famous actors for our project by utilizing Microsoft Orleans for our dapr enabled service. Since Orleans is around for much longer, it has many more features not yet implemented by Dapr actors.

I want to replace the Dapr Actor with Orleans, which makes better use of other building blocks of Dapr, such as service invocation, State management。

geffzhang avatar Nov 27 '22 01:11 geffzhang

Dapr enabled Microsoft Orleans services utilizing outbox pattern implementation with Postgres Logical Replication for communicating over Dapr pub/sub https://github.com/modabas/lab-dapr-with-famous-actors-take2

geffzhang avatar Feb 22 '23 02:02 geffzhang

Dapr has actor support based on Orleans. But since this is a .net project we can cast most famous actors for our project by utilizing Microsoft Orleans for our dapr enabled service. Since Orleans is around for much longer, it has many more features not yet implemented by Dapr actors.

I want to replace the Dapr Actor with Orleans, which makes better use of other building blocks of Dapr, such as service invocation, State management。

Yes, service invocation is a great DAPR function, which can be used for integration with other ecosystems and languages.

m3nax avatar Jan 18 '24 15:01 m3nax

Closing for now, since we don't have any actionable plans here. For specific integrations, please open issues & PRs

ReubenBond avatar Apr 30 '24 15:04 ReubenBond