Hi,
@yaauie I have been looking at different discussions and pull requests related to Java Plugin API (#7986).
- What are the popular plugins that you are looking to support? We could pick plugins from each type (Input, Output, Filter, and Codec). Here's a list of plugins sorted according to stars.
- What's the current status of the Java Plugin API?
- Which approach are you all going to follow for the Java Plugin API? Are you all planning to use annotations based approach or try something else?
- We can test the API using other JVM languages like Kotlin, Scala. This would encourage developers from other languages to write a logstash plugin.