Mrart commented on PR #3914: URL: https://github.com/apache/incubator-streampark/pull/3914#issuecomment-2254322476
> hi Mrart: > > HI, thanks for your contribution. There are a few questions to discuss: > > 1. Currently, this PR only implements catalog storage. What we need to do is catalog management. Of course, catalog management includes storage. Do you have a complete plan for the catalog management feature? Can it be divided into subtasks like this [PR](https://github.com/apache/incubator-streampark/issues/3737)? In this way, we can better assess risks and know the development progress > 2. The current PR only implements MySQL storage and has JSON type. How do we support databases, such as MySQL, PGSQL, and h2 on the streampark platform? Do you have any relevant plans? 1.In the next pr, I'll provide a full catalog backend management implementation. And help coordinate the front-end resources. 2. As mysql I insert json value only use java string,It can supported pg and h2, I have compatibility it by design. -- 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]
