📄️ Gateway Administration
Introduction
📄️ RSRemote Administration
Introduction
📄️ Deploying or Undeploying a Filter
Deploying a filter submits its settings and filters to the RSRemote queue. At this point, the filter will start executing as long as it has been made Active.
📄️ High Availability for Gateways
You can set up multiple RSRemote instances and configure them for failover using a load balancer.
📄️ Blueprint RSRemote Configuration
Blueprint File
📄️ Gateway Builder
Gateway Builder is a pull-type gateway that allows you to integrate with any external system using custom code.
📄️ EWS Gateway
Introduction
📄️ HTTP Gateway
Introduction
📄️ Kafka Gateway
The Resolve Kafka Gateway Connector enables Resolve to integrate with Kafka messaging service. The gateway uses the library to build and store consumers for each (broker/topic) pair. Each consumer then gets processed against all filters with the same broker/topic. The gateway filter mechanism assumes messages are sent as JSON and parses the data out into a groovy map. You can specify logic similar to what is seen in preconditions to check the map for criteria before executing the filter script/Runbook.