Waiting for engine...
Skip to main content

EventStreamsRouteStatus

Status of a message route

enum EventStreamsRouteStatus {
RUNNING
STOPPED
ERROR
PENDING
STARTING
STOPPING
RESTARTING
UNKNOWN
}

Values

EventStreamsRouteStatus.RUNNING {#running}

Route is running and actively processing messages

EventStreamsRouteStatus.STOPPED {#stopped}

Route is stopped and not processing messages

EventStreamsRouteStatus.ERROR {#error}

Route encountered an error and cannot process messages

EventStreamsRouteStatus.PENDING {#pending}

Route is scheduled but not yet running (pod being created)

EventStreamsRouteStatus.STARTING {#starting}

Route is in the process of starting up

EventStreamsRouteStatus.STOPPING {#stopping}

Route stop has been requested, waiting for Pulsar to confirm

EventStreamsRouteStatus.RESTARTING {#restarting}

Route is restarting after a failure or update

EventStreamsRouteStatus.UNKNOWN {#unknown}

Route status cannot be determined (network issues, pod not responding)

Member Of

EventStreamsRoute object

On this Page