App Suite Releases
  • 8.35
  • 7.10.6
Imprint
  • 8.35
  • 7.10.6
Imprint
  • Release 8.37
    • Noteworthy Changes
      • Important Changes
      • App Suite DocumentConverter
      • App Suite Middleware
    • Changelogs
      • App Suite UI
      • App Suite Middleware
      • Additional Components
        • App Suite DocumentConverter
  • Release 8.36
  • Release 8.35
  • Release 8.34
  • Release 8.33
  • Release 8.32
  • Release 8.31
  • Release 8.30
  • Release 8.29
  • Release 8.28
  • Release 8.27
  • Release 8.26
  • Release 8.25
  • Release 8.24
  • Release 8.23
  • Release 8.22
  • Release 8.21
  • Release 8.20
  • Release 8.19
  • Release 8.18
  • Release 8.17
  • Release 8.16
  • Release 8.15
  • Release 8.14
  • Release 8.13
  • Release 8.12
  • Release 8.11
  • Release 8.10

App Suite DocumentConverter

SCR-1557

Summary: Removal of remoteCache.enabled flag in Helm chart values, making CacheService usage depending on availability of CacheService and/or via explicit setting of url

Making CacheService usage in clients depending on CacheService availability (global.core-cacheservice.enabled=true) within cluster. In addition, allow to specify external URL for CacheService and allow to disable usage of CacheService via setting blank URL (explicitly: "" value).

To specify for DocumentConverter client:

core-mw:
  ## -- Configuration for DocumentConverter client
  documentConverterClient:
    cache:
      remoteCache: {}
        # url: https://optional-cache-host:8001/cache or blank (explicitly: "" value) to disable usage of CacheService in case global.core-cacheservice.enabled=true

To specify for DocumentConverter server:

core-documentconverter:
  ## -- Configuration for DocumentConverter server
  documentConverter:
    cache:
      remoteCache: {}
        # url: https://optional-cache-host:8001/cache or blank (explicitly: "" value) to disable usage of CacheService in case global.core-cacheservice.enabled=true
Important Changes
App Suite Middleware