SeeOtherHostDB

For SeeOtherHostDB implementation there are additional options:

  • c2s/cm-see-other-host/db-url - a JDBC connection URI which should be used to query redirect information; if not configured --user-db-uri will be used;
  • c2s/cm-see-other-host/get-host-query - a SQL query which should return redirection hostname;
  • c2s/cm-see-other-host/get-all-data-query - a SQL helper query which should return all redirection data from database;
  • c2s/cm-see-other-host/get-all-query-timeout - allows to set timeout for executed queries.