RaigorJiang commented on issue #28928: URL: https://github.com/apache/shardingsphere/issues/28928#issuecomment-1807780475
> > Hi @dyrnq , Thank you for your feedback, I think it's a bug for broadcast rule. > > thanks reply, may be I can use !SINGLE instead of !BROADCAST > > ```shell > # - !BROADCAST > # tables: > # - loudong > - !SINGLE > tables: > - "*.*" > ``` > > I can not understand !READWRITE_SPLITTING + !BROADCAST mean what? > > ref #28848 AND #28282 AND #28779 If there are multiple groups of READWRITE_SPLITTING RULES, after configuring BROADCAST, write SQL will be routed to the write data source of each group, and a group will be read randomly when reading. Thanks @jiangML for fixing this issue. -- 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]
