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/06 14:24:17 UTC

[GitHub] [shardingsphere] sandynz opened a new pull request #14583: Merge DistributionChannel and MemoryChannel to prepare for data pipeline Channel typed SPI

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


   Fixes #13875 part 24.
   
   Currently, `MemoryChannel` is used for `InventoryTask` and `DistributionChannel` is used for `IncrementalTask`, in the latest configuration plan, channel could be typed SPI, so we need to merge `MemoryChannel` and `DistributionChannel` as `MEMORY` type, and it's possible to add other implementation, such as `KAFKA`.
   
   Changes proposed in this pull request:
   - Remove `MemoryChannel` and rename `DistributionChannel` to `MemoryChannel`. Prepare for `Channel` SPI.
   - Improve `MemoryChannel` and make it compatible with inventory task and incremental task
   


-- 
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 #14583: Merge DistributionChannel and MemoryChannel to prepare for data pipeline Channel typed SPI

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


   


-- 
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