Sentinel/sentinel-extension
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
..
sentinel-annotation-aspectj Fix the bug when resolving original method to get annotation (#111) 2018-08-31 11:10:41 +08:00
sentinel-datasource-apollo Refactor Sentinel data source hierarchy 2018-09-04 11:09:42 +08:00
sentinel-datasource-extension Refactor Sentinel data source hierarchy 2018-09-04 11:09:42 +08:00
sentinel-datasource-nacos Refactor Sentinel data source hierarchy 2018-09-04 11:09:42 +08:00
sentinel-datasource-zookeeper Refactor Sentinel data source hierarchy 2018-09-04 11:09:42 +08:00
README.md Update documents 2018-08-07 19:43:32 +08:00
pom.xml Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00

README.md

Sentinel Extension

Sentinel extension modules provide additional extension points and functions.