server_id how to work #636
Unanswered
762871227Wang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A mysql-cdc source
B mysql-cdc source
view C
select * from A
left join B on ...
insert into D
select * from C /*+ OPTIONS('server-id'='299052-299062') */;
======================================
whether A and B have same server id?
Beta Was this translation helpful? Give feedback.
All reactions