The page that you are currently viewing is for an old version of Stroom (7.9). The documentation for the latest version of Stroom (7.10) can be found using the version drop-down at the top of the screen or by clicking here.
Change Log
-
Issue #4682 : Improve Plan B filter error handling.
-
Change
receiptId
format to<epoch ms>_<seq no>_<(P|S)>_<proxyId or stroom nodeName>
.P|S
represents stroom or Proxy. -
Change stroom to also set the
receiptId
meta attribute on receipt or upload. -
Change proxy logging to still log datafeed events even if the
metaKeys
config prop is empty. -
Issue #4695 : Change proxy to re-create the proxy ID in proxy-id.txt if the value in there does not match the required pattern.
-
Fix the sleep time in UniqueIdGenerator (from 50ms to 0.1ms).
-
Fix tests that were breaking the build.
-
Change the format of proxy receiptIds. They now look like
0000001736533752496_0000_TestProxy
with the first part being the epoch millis for when it was generated and the last part is the proxy ID. -
Change default
identityProviderType
toINTERNAL_IDP
in stroom prod config. -
Issue #4661 : Use Apache HttpClient.
-
Issue #4378 : Add reporting.
-
Issue #2201 : New proxy implementation.