Migration MariaDB Galera cluster to Percona XtraDB cluster 8.x

@anil.joshi , hi again.
I tried to add MySQL XTRADB node to running MariaDB galera cluster as slave using gtid.
After successful configuration and startup I get the following error on the slave server: “The replication receiver thread cannot start because the source has GTID_MODE = OFF and this server has GTID_MODE = ON.”
But on the master server I have the GTID mode enabled, though in maria it is called wsrep_gtid_mode.
I assume I’m running into the problem described in this thread: Integrate replication to percona operator pxc cluster frm existing mysql cluster
Am I correct in understanding that this cannot be done using asynchronous replication in my current configuration?
Thanks.