Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-1065

wildcards for source option in namedfilter

    XMLWordPrintable

Details

    • 2017-25, 2017-26

    Description

      Hi,

      to make it possible to route many IPs to one target and many other IPs to another target.

      One usecase would be to route to different slave on westcoast and eastcoast.

      [MyService]
      type=service
      router=readwritesplit
      servers=server1,eastslave,westslave
      user=myuser
      passwd=mypasswd
      filters=eastcoastfilter | westcoastfilter 
       
      [eastcoast]
      type=filter
      module=namedserverfilter
      source=  65.*.*.*
      server=server1
       
      [westcoast]
      type=filter
      module=namedserverfilter
      source= 69.*.*.*
      server=server2
      

      Attachments

        Activity

          People

            Massimiliano Pinto Massimiliano Pinto (Inactive)
            Richard Richard Stracke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.