protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

PubSub - 3rd party integrations

Open rogeralsing opened this issue 3 years ago • 1 comments

In the Akka world, there is Alpakka for reactive stream integrations with 3rd party tools.

Proto.Actor is more and more becoming a stream processing tool and the new PubSub feature makes even more so. The question is, how would a proper integration look for e.g. Kafka?

Should it be able to handle subscriptions from Kafka onto actor subscribers, the same way actors can subscribe to Cluster PubSub?

Should Kafka topics be able to be subscribers to Cluster PubSub topics?

All very doable and likely easy to do, we just have to brainstorm a bit here

rogeralsing avatar Apr 10 '21 20:04 rogeralsing

This functionality go out of scope of pub-sub if #1713 is accepted

marcinbudny avatar Jul 13 '22 12:07 marcinbudny

Closing since #1713 has been merged

marcinbudny avatar Sep 16 '22 10:09 marcinbudny