Is this your experience too? Why would PayPal need to keep the funds for so long before passing them along?
1. Is it safe to rely on AWS for DR across multiple AZs or must we plan for a whole region being obliterated? 2. Do you recommend any tools or practices that we can adopt to help us adopt a good-enough DR strategy? It would be acceptable if getting back online business took a week or a few.
Should I give SAFe a chance? Do any successful technology or other companies benefit from SAFe?
So far, I have found a few popular Docker images for Java 11 including gcr.io/distroless/java:11 (195MB), adoptopenjdk/openjdk11:jre-11.0.4_11-alpine (141MB), and openjdk:11.0-jre-slim (204MB). I've also looked into using jlink but don't want to troubleshoot issues when we missed a module that some team uses.
What base Docker image do you use for running Java 11 microservices? Do you build your own? Any reasons we shouldn't just go with adoptopenjdk since it is the smallest?