FrankChen021 commented on issue #11733:
URL: https://github.com/apache/druid/issues/11733#issuecomment-945098500


   The metadata storage is designed to store meta data such as 
segments/datasources in Druid, and it's supposed to have 1 storage at any time.
   
   So I think the SQL ingestion should be indepdent from the metadata storage 
module.
   
   I look through the code, current `PostgresqlFirehoseDatabaseConnector` and 
`MySQLFirehoseDatabaseConnector` does not use any APIs of PostgreSQL or MySQL 
driver, so one way is to move these classes to 'server' module. Once PostgreSQL 
or MySQL driver is placed under the `lib` directory, the sql ingestion should 
work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to