Jackzeng1224 edited a comment on pull request #434: URL: https://github.com/apache/incubator-eventmesh/pull/434#issuecomment-881245517
@yzhao244 hello,I found a problem with createDataSource. First, the new H2SchemaAdapter is initialized.  DBDataSource.createDataSource(dbConfig) in the start() method. There should be a problem with the createDataSource() method. For example: ds, new DBDataSource(). It is different from other methods of creating data sources.   -- 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]
