Matt Burgess created NIFI-3557:
----------------------------------
Summary: Make DatabaseAdapter interface available to extensions
Key: NIFI-3557
URL: https://issues.apache.org/jira/browse/NIFI-3557
Project: Apache NiFi
Issue Type: Improvement
Reporter: Matt Burgess
The DatabaseAdapter interface, used to generate SQL queries and perform other
database-specific operations, is only available to processors in the
nifi-standard-bundle. However users have been asking if their custom processors
can leverage this interface.
I propose either a new nifi-db-adapter-api module (and corresponding JAR), or
to move DatabaseAdapter into the nifi-dbcp-service-api module. I realize the
latter implies it only corresponds to the DBCPService controller service
interface, but they are very often used together and I don't think it would be
confusing or difficult to find (and less so, versus its current location).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)