copper-leaf / ballast

Opinionated Application State Management framework for Kotlin Multiplatform
https://copper-leaf.github.io/ballast/
BSD 3-Clause "New" or "Revised" License
144 stars 11 forks source link

[spike] Investigate the use-case for Ballast in server-side applications #52

Closed cjbrooks12 closed 9 months ago

cjbrooks12 commented 10 months ago

With the 4.0.0 updates to InputStrategies, Ballast could conceivably be updated to support distributed processing in a server-side environment. Think of something like the State is held in Redis, and Inputs are AWS SQS messages. It would be interesting to see if it would be possible to build such an integration while maintaining compatibility with the existing Interceptors and API.

cjbrooks12 commented 9 months ago

Closing this ticket, as it is superseded by #55 and #56.