nickChenyx
cc2d1a69a9
Optimize logging statements using placeholder ( #1736 )
* Optimize logging statements using placeholder to avoid unnecessary concatenation (issue #1735 )
4 anos atrás
Lin.Liang
ba146765e3
Reuse connections of the same address in ZooKeeper data-source ( #788 )
* Fix the problem that too many connections (zkClient) are established
5 anos atrás
zhousiliang163
12c67d4770
Improve ZookeeperDataSource to deal with bad connection when initializing ( #597 )
5 anos atrás
qinggeng
ec0883d22e
Add AuthInfo parameter in the constructor of ZooKeeperDataSource to support ACL ( #508 )
6 anos atrás
Andres Almiray
e893dd8c64
Make build faster by reducing fixed waiting time in tests ( #449 )
- Apply awaitility to core tests
- Cache maven local repo in Travis
6 anos atrás
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>
6 anos atrás
Eric Zhao
fd936a4567
Update ZooKeeper data source integration
- Code refinement
- Add test cases
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
6 anos atrás
guonanjun
3395412c57
Add ZooKeeper data source for Sentinel ( #33 )
6 anos atrás