Sentinel/sentinel-extension/sentinel-datasource-zookeeper/src
Eric Zhao 0060e8042a Refactor Sentinel data source hierarchy
- Spilt DataSource into two types: ReadableDataSource and WritableDataSource
- The AbstractDataSource now is read-only
- Refactor the file data source for writable implementation
- Rename: ConfigParser -> Converter (represents both encoder `T -> S` and decoder `S -> T`)
- Some other refinement

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2018-09-04 11:09:42 +08:00
..
main/java/com/alibaba/csp/sentinel/datasource/zookeeper Refactor Sentinel data source hierarchy 2018-09-04 11:09:42 +08:00
test/java/com/alibaba/csp/sentinel/datasource/zookeeper Refactor Sentinel data source hierarchy 2018-09-04 11:09:42 +08:00