You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by lucas <lu...@163.com> on 2020/08/24 01:51:55 UTC

[DISCUSS] Discussion on Scaling integrate ElasticJob and JDBC

Hi, community




I'm going to implement Scaling integrate ElasticJob and JDBC, and some details should be Discuss.




Here is my General ideas:




- SS-Scaling integrate SS-ElasticJob

1. definition an OneOff type of ElasticJob

2. monitoring Zk for execute config

3. execute ElasticJob

- start

- update status

- stop




- SS-Scaling integrate SS-JDBC

1. definition a SPI

2. write a ServiceLoader

3. write an ScalingJob implement




**welcome your discussion!**