Skip to content

Static Relay Chaining Configuration

Chavdar Botev edited this page May 10, 2013 · 1 revision

Consider the following deployment architecture using static relay chaining:

To achieve that one has to point the uri field in the physical sources configuration of the Tier 1 relays (e.g., databus2-example/databus2-example-relay-pkg/conf/sources-person.json) to point to the database as follows:

{
...
   "uri": "jdbc:oracle:thin:person/person@devdb:1521:db",
...
}

The uri field in the physical sources configuration of the Tier 2 relays should point to the Tier 1 load balancer:

{
...
   "uri": "cl1-t1-lb:12345",
...
}

Clients connect to the relay cluster load balancer cl1-lb:12345