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

Route is running and actively processing messages

EventStreamsRouteStatus.STOPPED

Route is stopped and not processing messages

EventStreamsRouteStatus.ERROR

Route encountered an error and cannot process messages

EventStreamsRouteStatus.PENDING

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

EventStreamsRouteStatus.STARTING

Route is in the process of starting up

EventStreamsRouteStatus.STOPPING

Route stop has been requested, waiting for Pulsar to confirm

EventStreamsRouteStatus.RESTARTING

Route is restarting after a failure or update

EventStreamsRouteStatus.UNKNOWN

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

Member Of

EventStreamsRoute object

On this Page