faas icon indicating copy to clipboard operation
faas copied to clipboard

NATS streaming cluster id missing override environment variable

Open ewilde opened this issue 5 years ago • 0 comments

Description

There is no way to change the name of the nats cluster id used for asynchronous invocation. Currently it expects the cluster id to be faas-cluster.

Note that the queue-worker does allow the cluster id to be overridden https://github.com/openfaas/nats-queue-worker/blob/dea1c90b8cc66dc73597b7531a4fd29a32b5f88c/readconfig.go#L42

Proposal

Add environment override to gateway default it to faas-cluster

ewilde avatar Dec 11 '19 01:12 ewilde