elastic / elastic/logstash

Define Pipeline State machine

Open
#7,364 0 comments 2 reactions 0 assignees View on GitHub
LIR
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
19h 14m
Merged PRs (30d)
63

Description

Related to #7291

The current pipeline implementation has state properties like **running** or **stopped**, but we don't have anything in place that would enforce the dependencies on the states. As we me forward to Java it's a perfect opportunity to define a formal state machine on the Pipeline.

The first flow that comes to my mind is the following.

created => running => stopping => stopped
crashed?

*TODO* : insert the graph of the state machine.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.