MaggieSullivan commented on issue #1326: URL: https://github.com/apache/fluss/issues/1326#issuecomment-3194951467
I’d like to implement this. My approach would be: - We can create the `TableDescriptor` inside `KvManager`'s `getOrCreateKv` or `loadKv` and pass in its properties as an extra parameter to `KvTable.create`. - Add a parameter to `buildRocksDBKv` to pass in the properties from the tableDescriptor. - The RocksDB keys and values can be the same as the global settings in server config but instead read from the `TableDescriptor.getProperties()`. -- 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]
