logstash-plugins/logstash-input-couchdb_changes

refactor shutdown sequence to use plugin.stop

Closed this issue · 0 comments

jsvd commented

Change shutdown sequence to be triggered by plugin.stop instead of ShutdownSignal exception.
Also remove any calls to: shutdown, finished, finished?, running? or terminating?
This depends on elastic/logstash#3895