tsaikd / gogstash

Logstash like, written in golang
MIT License
644 stars 106 forks source link

Add worker management #59

Closed tengattack closed 6 years ago

tengattack commented 6 years ago

Since we create multiple worker processes, we need to monitor their state.

The main change is the main process (if we set multiple workers) will not process events any more but management of worker processes.