SteveYurongSu opened a new pull request, #10868:
URL: https://github.com/apache/iotdb/pull/10868
Example: A/B data sync.
How to use:
1. A
```sql
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
```sql
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 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]