diff --git a/cluster/cluster.go b/cluster/cluster.go index 6fef9bfd..3b835467 100644 --- a/cluster/cluster.go +++ b/cluster/cluster.go @@ -162,7 +162,7 @@ func (c *Cluster) Get(identity string, kind string) *actor.PID { } func (c *Cluster) Request(identity string, kind string, message interface{}, option ...GrainCallOption) (interface{}, error) { - return c.context.Request(identity, kind, message) + return c.context.Request(identity, kind, message, option...) } func (c *Cluster) GetClusterKind(kind string) *ActivatedKind {