wu-sheng opened a new pull request #956: Proposal the code structure for table name prefix URL: https://github.com/apache/incubator-skywalking/pull/956 Please answer these questions before submitting pull request - Why submit this pull request? - [ ] Bug fix - [x] New feature provided - [ ] Improve performance - Related issues #932 ___ ### New feature or improvement - Describe the details and related test reports. @peng-yongsheng In order to make the codes more clear, I send this proposal pr (don't merge this even you agree my proposal). I add a basic type `Table` for all es tables, which will support **namespace**. `TableNamespace` and `NamespaceHandler` are used to access the global config from different storage implementation right now. If you agree this proposal, I will refactor all sub classes of **CommonTable**, inherit to `Table`, and implement `#tableName` method.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
