Is it possible to start two dev_appserver.py connecting to the same google cloud datastore emulator?
Use case: I am developing an appengine standard application in python, and another one in go. I'd like to have the entities from both the applications in the same datastore. Is that possible? When I start the first dev_appserver.py with the flag --support_datastore_emulator=true , and with a specific --datastore_path , the gcloud beta emulators datastore env-init command fails with a ERROR: (gcloud.beta.emulators.datastore.env-init) Unable to find env.yaml in the data_dir [~/.config/gcloud/emulators/datastore]. Please ensure you have started the appropriate emulator. Yes, it is possible, but