The page that you are currently viewing is for an old version of Stroom (7.11). The documentation for the latest version of Stroom (7.12) can be found using the version drop-down at the top of the screen or by clicking here.
Breaking Changes
Changes in Stroom version 7.9 that may break existing processing or ways of working.
Warning
Please read this section carefully in case any of the changes affect you.Stroom
Feed Status Check
If any proxy instances call into Stroom to make a feed status check using an API key, then the owner of those API keys will now need to be granted the Check Receipt Status application permission.
Stroom-Proxy
maxOpenFiles
The config property proxyConfig.eventStore.maxOpenFiles has been replaced with proxyConfig.eventStore.openFilesCache.
The default value for this property branch is:
proxyConfig:
eventStore:
openFilesCache:
expireAfterAccess: null
expireAfterWrite: null
maximumSize: 100
refreshAfterWrite: null
statisticsMode: "DROPWIZARD_METRICS"
Last modified March 25, 2026: Change check_spelling.sh to use --rm and an image digest (398bf0a)