LiebingYu commented on issue #1952:
URL: https://github.com/apache/fluss/issues/1952#issuecomment-3509221433

   @luoyuxia I can take this. Let's briefly align on the solution first. My 
idea is to add a `lakeDatabase` field to `DatabaseRegistration`, so that when a 
user creates a Fluss database, they can specify the corresponding data lake 
database themselves.
   ```java
   public class DatabaseDescriptor {
   
       private final String lakeDatabase;
   }
   ```
   
   Another choise is add this `lakeDatabase` to `customProperties`, but this 
solution need a lot of specific processing when alter database properties. What 
your opinion?


-- 
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]

Reply via email to