Distributed system comes with challenges!

It is essential that you know the answers to these basic questions before going live and releasing your system. • Is the Cloud infrastructure reliable and correctly configured for your solution? • Is the System solution stable? Does it perform well with peaks and normal loads? • Processing of big data, saving to Database and processing queues all work well when system exposed to Load for longer duration? • Find if your solution can scale-up and scale-down as expected? • How does the sub-systems perform under load and stress? Are they Reliable enough? • What is the minimum infrastructure requirement to support the expected traffic and messages big data? • How the system recovers if a component/sub-component malfunction or crashes? How much is the downtime in case of restart? How long does the system takes to come to full capacity? • How are the Queues and topics behave when normal loads exceeded? Batch reading of messages need fine tuning? • Is you...