I recently stumbled upon MySQL Router. Its documentation defines it's purpose as follows:
MySQL Router is part of InnoDB cluster, and is lightweight middleware that provides transparent routing between your application and back-end MySQL Servers.
As I could not find any Information about the inner workings of it, I was wondering if it can be compared to a Load Balancer or Reverse Proxy in the HTTP world.
As Reverse Proxies are often used to add another security layer to your web application, I'd like to know, if this is something, that MySQL router could also achieve (unintentionally).