Hi, I would like to create a custom org.apache.nifi.processors.standard.db.DatabaseAdapter, is this possible? I have tried creating new class that implements the interface and specified the full class name in META-INF\services\org.apache.nifi.processors.standard.db.DatabaseAdapter file, and created a nar. But this does not appear to be working, the custom processor i have in that nar are picked-up but the DatabaseAdapter isn`t. Any tips on how to make it work?
Best regards, Stanislav.
