Steve Yurong Su created IOTDB-6114:
--------------------------------------

             Summary: Pipe: Support multi-cluster data sync
                 Key: IOTDB-6114
                 URL: https://issues.apache.org/jira/browse/IOTDB-6114
             Project: Apache IoTDB
          Issue Type: New Feature
            Reporter: Steve Yurong Su


Target: A/B data sync.
 
1. A
create pipe atob with extractor ('extractor'='iotdb-extractor', 
'extractor.realtime.mode'='hybrid', 
'extractor.forwarding-pipe-requests'='false') with connector 
('connector'='iotdb-thrift-connector','connector.node-urls'='[127.0.0.1:6668|http://127.0.0.1:6668/]')
 
start pipe atob
 
show pipes
 
2. B
create pipe btoa with extractor ('extractor'='iotdb-extractor', 
'extractor.realtime.mode'='hybrid', 
'extractor.forwarding-pipe-requests'='false') with connector 
('connector'='iotdb-thrift-connector','connector.node-urls'='[127.0.0.1:6667|http://127.0.0.1:6667/]')
 
start pipe btoa
 
show pipes
 
3. write data randomly to A and B
 
4. check data in A and B, make sure they are consistant



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to