logstash-plugins / logstash-output-elasticsearch_java

Java API Implementation of Elasticsearch Output
Apache License 2.0
0 stars 8 forks source link

Fix inheritance in protocol.rb #16

Open andrewvc opened 9 years ago

andrewvc commented 9 years ago

Protocol.rb is a nightmare, and desperately needs to be refactored. Its confusing inheritance contributed to https://github.com/logstash-plugins/logstash-output-elasticsearch_java/pull/15 , which was a nasty bug.