I wish to parse an overly complicated json format in Druid by adding a custom extension. I followed the instructions in the documentation to create a module and implemented InputFormat and InputEntityReader.
I ran mvn package and copied the generated artifact to the extensions folder following instruction from an example repo. I updated the druid.extensions.loadList in conf/druid/auto/_common/common.runtime.properties (I even tried updating it everywhere else).
The new format is called otlp which I expected to see in the console while trying to parse the data but it is not. Am I missing something?
