gosiris
gosiris copied to clipboard
An actor framework for Go
please consider this a suggestion/work_in_progress :) I just started learning Go, and for a personal project I found I needed the Ask pattern that is present in Akka... so here's...
I got this error while running go build when trying to run the helloworld example > source.golabs.io/growth/actor-model-demo/vendor/github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/scribe > > vendor/github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/scribe/scribe.go:101:15: cannot assign 1 values to 2 variables > > vendor/github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/scribe/scribe.go:147:28:...
Hi, Just wrote this initial draft so that you could quickly have a look at it. is this in the right direction? let me know. thanks.
Today even if two actors are deployed in the same actor system, gosiris will use the transport defined (if any). This means gosiris will publish a message to Kafka or...