You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/02/03 02:59:22 UTC

[GitHub] terrymanu opened a new issue #1851: Remove ConfigMap

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:
users@infra.apache.org


With regards,
Apache Git Services