With normal Mysql replication we can ignore tables with: replicate_ignore_table
I can't find any information on whether or not it's possible to do this with Galera cluster replication.
I'd like to ignore a table that is not important so that no cluster wide locks have to be acquired when performing an action on the database.