You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/01/08 10:35:38 UTC

[GitHub] [shardingsphere] sandynz opened a new pull request #14624: Add streamChannel in scaling config and refactor blockQueueSize config; Add PipelineChannelFactory SPI and MEMORY impl; Integrate streamChannel with incremental and inventory task

sandynz opened a new pull request #14624:
URL: https://github.com/apache/shardingsphere/pull/14624


   Fixes #13875 part 26.
   
   Changes proposed in this pull request:
   - Add `streamChannel` in scaling config and refactor `blockQueueSize` config
   - Add `PipelineChannelFactory` SPI and `MEMORY` impl
   - Integrate `streamChannel` with incremental and inventory task
   - Improve `Channel` doc and parameter; Clean `Channel.pushRecord` InterruptedException;
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] sandynz commented on pull request #14624: Add streamChannel in scaling config and refactor blockQueueSize config; Add PipelineChannelFactory SPI and MEMORY impl; Integrate streamChannel with incremental and inventory task

Posted by GitBox <gi...@apache.org>.
sandynz commented on pull request #14624:
URL: https://github.com/apache/shardingsphere/pull/14624#issuecomment-1007952017


   Previous config:
   ```
     scaling:
       default_scaling:
         blockQueueSize: 10000
   ```
   
   New config:
   ```
     scaling:
       default_scaling:
         streamChannel:
           type: MEMORY
           props:
             block-queue-size: 10000
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero merged pull request #14624: Add streamChannel in scaling config and refactor blockQueueSize config; Add PipelineChannelFactory SPI and MEMORY impl; Integrate streamChannel with incremental and inventory task

Posted by GitBox <gi...@apache.org>.
tristaZero merged pull request #14624:
URL: https://github.com/apache/shardingsphere/pull/14624


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org