Hi everyone, we have a usecase where we want to automate the client-side interaction with Aurora. We have to generate configurations and control the life-cycle of jobs (start, stop, ...). The control code is meant to be written in Python.
Is there any recommended way how to perform the interfacing out of Python? Can we just import and use the AuroraClientAPI class, or are there any problems with this approach? I found some notes [1] warning of potential multi-threading issues. Thanks for your input, Stephan [1] https://github.com/misho-kr/mesos-aurora-restful#a1-aurora-api-calls