terrymanu opened a new issue #1851: Remove ConfigMap URL: https://github.com/apache/incubator-shardingsphere/issues/1851 `ConfigMap` is useful for enduser to customize their own properties which can fetch them via `ConfigMapContext.getInstance()`. But this feature should not belong to ShardingSphere, user do it by themselves is better if they need. Right now, ConfigMap is a key input argument from Sharding-JDBC's API via `ShardingDataSourceFactory` & `MasterSlaveDataSourceFactory`, and yaml config. It is over-design for most scenario. After removed ConfigMap from ShardingSphere, user can defined it themselves, ShardingSphere should keep clear and lightweight.
---------------------------------------------------------------- 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
