I'm looking the Mysql Group Replication reference manual in group replication limitations(https://dev.mysql.com/doc/refman/8.0/en/group-replication-limitations.html) And the manual has said that
I have searched this problem in google, but I only get the information like the manual.
Because I need to use RR isolation level. So I want to know if I use Mysql Group Replication in single primary model, does it have problem?
And if it have problem, what will the problem be?