Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 536 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 536 Bytes

GraphQL Executor

A Stateless GraphQL Execution Service

Usage

Each GraphQL Executor is a consumer in the consumer group ServerChannel.GQL_EXECUTOR_CONSUMER_GROUP. That consumer group listens to the stream ServerChannel.GQL_EXECUTOR_STREAM. When the group receives a message, redis delegates it to one of the consumers. A consumer receives the request & the consumer then creates a standard GraphQL Response and publishes it back to the server that sent the message by reading the socketServerId in the message payload.