Configure Replication AI Streaming
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Configuring Replication AI Streaming is controlled by properties. Add the
following properties to the
[agent] section of your
Replication properties file(s):ai-streamingThe
ai-streamingproperty enables or disables this feature. The property is enabled by default. Set as follows:- Enabled:
ai-streaming=1 - Not enabled:
ai-streaming=0
- Enabled:
rsb-cache-sizeThe
rsb-cache-sizeproperty sizes your RSB cache. Set as follows:rsb-cache-size=nWhere n is the size of the RSB cache in units of Replication Stream Blocks. The default is 5000.