Configuration¶
- Default port:
8960
Model¶
To start the application, include it in model and click on Apply button.
/Site/model.yaml
define:
type: rc/model
services:
lmio-integ:
- <node> # Replace with name of the node
Example¶
LMIO Integ requires only the minimal configuration:
[zookeeper]
servers=zookeeper-1:2181,zookeeper-2:2181,zookeeper-3:2181
[kafka]
bootstrap_servers=kafka-1:9092,kafka-2:9092,kafka-3:9092
[library]
providers=/library
Integrations are specified in event lanes.