Sentinel/sentinel-extension
Eric Zhao 2682bd1aae Improve ConsulDataSource and add README.md for the module
- Change the unit of waitTimeout from ms to s (the previous implementation lay suffer the bug that ms/1000=0 when ms<=1000)
- Improve the error handling when parsing the value
- Add README.md

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-08-14 20:34:34 +08:00
..
sentinel-annotation-aspectj Remove duplicate "exceptionBelongsTo" check in SentinelResourceAspect (#964) 2019-08-05 13:39:50 +08:00
sentinel-datasource-apollo Bump version to 1.7.0-SNAPSHOT 2019-05-25 15:07:19 +08:00
sentinel-datasource-consul Improve ConsulDataSource and add README.md for the module 2019-08-14 20:34:34 +08:00
sentinel-datasource-extension Bump version to 1.7.0-SNAPSHOT 2019-05-25 15:07:19 +08:00
sentinel-datasource-nacos Bump version to 1.7.0-SNAPSHOT 2019-05-25 15:07:19 +08:00
sentinel-datasource-redis Bump version to 1.7.0-SNAPSHOT 2019-05-25 15:07:19 +08:00
sentinel-datasource-zookeeper Reuse connections of the same address in ZooKeeper data-source (#788) 2019-06-27 13:39:56 +08:00
sentinel-parameter-flow-control Fix the bug that numeric overflow might occur when refilling tokens in ParamFlowChecker (#838) 2019-06-18 13:39:37 +08:00
README.md Update documents 2018-08-07 19:43:32 +08:00
pom.xml Add Consul DataSource integration module (#979) 2019-08-14 10:38:57 +08:00

README.md

Sentinel Extension

Sentinel extension modules provide additional extension points and functions.