GitHub user LinkinStars added a comment to the discussion: HA Deployment for Apache Answer
FYI: https://github.com/apache/incubator-answer/discussions/724 > How Apache Answer handles user session? Is it kept in memory, or stored > externally in the database? Keep the user session in memory by default. You can use the cache-redis plugin to replace it. > Is Apache Answer storing anything locally (ex. temporary files)? Save user upload file locally by default. You can use the storage-s3 plugin to replace it. > Do you have plan to provide documentation with recommendations for > production-ready deployments? Good idea. I know some users deploy Answer in k8s using statefulset. Eventually, we write the documentation which may require a lot of some practice and testing(need time). Maybe the actual one also involves some infrastructure, like gateways and so on. GitHub link: https://github.com/apache/incubator-answer/discussions/952#discussioncomment-9422699 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
