Rest Proxy Definitions: ConsumeResponse

Description

Used as output for the Consume service. Contains the consumed messages.

Field name Type Description

cluster

string

(optional) The name of the cluster where the message was consumed from

messages

Array of ReceivedMessage

(Required) An array containing the consumed messages, the list can be empty

Examples

{
    "cluster": "amsterdam-01",
    "messages": []
}