Reactive support for CMIS

141 Views Asked by At

I'm working with file storage systems (IBM FileNet, Alfresco) via CMIS (Content Management Interoperability Services), browser binding, using the Apache Chemistry OpenCMIS library.

This library sends blocking http calls to the CMIS server. My app is build on Spring WebFlux, and blocking calls are bad for Reactor Netty's event loop.

Are there any reactive libraries in Java/Kotlin for working with CMIS? Maybe someone made a homebrew side project? Or should I just write my own, based on Spring WebClient?

Also, it kinda seems like CMIS isn't very popular these days. What is used for content management and file storage in reactive apps these days?

0

There are 0 best solutions below