Support for Group Replication with Single Primary
Posted by: Martin Bonato
Date: April 28, 2017 12:37AM

I'm looking for support for MySQL Group Replication in single-primary (https://dev.mysql.com/doc/refman/5.7/en/group-replication-single-primary-mode.html) mode in MySQL Connector/J. As far as I understand Connector/J supports multi-master replication since 5.1.27 (https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-master-slave-replication-connection.html#connector-j-multiple-master-replication) only in multi-primary mode. That is, Connector/J is not able to determine the current (single) primary by it self. Is this correct?

Are there any plans to support that in the near future?

From the documentation I imagine, that it should not be to difficult to implement that behaviour myself. Has anybody tried already?

Thanks,
Martin

Options: ReplyQuote


Subject
Written By
Posted
Support for Group Replication with Single Primary
April 28, 2017 12:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.