MashZone NextGen nodes

Configure the following parameters on your MashZone NextGen nodes.

Edit the mashzone.rtbs.url parameter in the mashzone.properties file and set host name and port accordingly.

<MashZone NextGen installation>/apache-tomcat/webapps/mashzone/WEB-INF/mashzone.properties

Replace the host names machine1, machine2, and machine3 by your real servers' host names and also set the right ports. You must enumerate all Event Service cluster members.

Note: Calls to the Event Service API are server-to-server calls which usually happen behind the load balancer. In some cases it might be necessary to route these calls through the load balancer as well. In this case, make sure that you configure your load balancer accordingly. Set the load balancer's host name and port in the parameters mentioned above.

Edit the mashzone.feedprocessing.timezone property in the mashzone.properties file and specify a common timezone in all nodes of the cluster.

For more details, see the chapter Configure feed processing time zone.

Example

mashzone.feedprocessing.timezone=UTC

Use UTC, or replace it by the desired time zone ID. You can only use time zones that are compatible with the Java TimeZone.getTimeZone method.

Note that date values stored in Materialized Feeds will differ between nodes if time zones are configured differently within the cluster. This is because their representation is relative to the configured time zone.