I would like to be able to develop locally and have Kane use the GCP PubSub emulator (gcloud beta emulators pubsub start) endpoint.
This seems like something I could set up via the following config;
config :kane,
endpoint: "http://127.0.0.1:8085"
...which seems to work OK, however I’m stuck with errors coming out of Goth.
I’m wondering if this restriction is intentional or just an oversight?