When we fail to bind to the port, we should propagate the failure to prevent the pipeline from starting.
With this netty-based plugin, the pattern should be:
- bind in
#register with the server channel set to disable auto-read
- enable auto-read in
#run once the plugin has a reference to the queue writer
Relates: elastic/logstash#18711
When we fail to bind to the port, we should propagate the failure to prevent the pipeline from starting.
With this netty-based plugin, the pattern should be:
#registerwith the server channel set to disable auto-read#runonce the plugin has a reference to the queue writerRelates: elastic/logstash#18711