case *workflowservice.PollWorkflowExecutionUpdateRequest:
return namespace.RoutingKey{ID: r.GetUpdateRef().GetWorkflowExecution().GetWorkflowId()}
return namespace.RoutingKey{ID: r.GetPollerGroupId(), Strategy: namespace.RoutingStrategyPollerGroup}
case *workflowservice.QueryWorkflowRequest:
return namespace.RoutingKey{ID: r.GetExecution().GetWorkflowId()}