actorkit icon indicating copy to clipboard operation
actorkit copied to clipboard

Simple yet powerful actor model in golang for message passing based applications [Work in Progress]

Results 4 actorkit issues
Sort by recently updated
recently updated
newest added

The current implementation of Mailbox interface and it's implementation and their `Envelope` type, are abit under-designed, the interface leaks some methods from implementation causing `Interface Poisoning` which is bad design...

This provides an interesting question: How do we fit streams like from MongoDB Op logs into the actokit API. Can we provide similar pre-setup functionality like what [Debezium](https://debezium.io/) does?

This provides an interesting question: How do we fit streams like from MySQL BinLogs into the actokit API. Can we provide similar pre-setup functionality like what [Debezium](https://debezium.io/) does?

RabbitMQ PubSub Comm Bridge ------------------------- In accordance with the implementation plan, we require the implementation of actorkit messaging communication using RabbitMQ pubsub infrastructure as the other queue and delivery mechanism...