fission mqtrigger update
fission mqtrigger update
Update a message queue trigger
fission mqtrigger update [flags]
Options
--name string Message queue trigger name
--function string Function name
--topic string Message queue Topic the trigger listens on
--resptopic string Topic that the function response is sent on (response discarded if unspecified)
--errortopic string Topic that the function error messages are sent to (errors discarded if unspecified
--maxretries int Maximum number of times the function will be retried upon failure
-c, --contenttype string -c |:|: Content type of messages that publish to the topic (default "application/json")
--triggerNamespace string --triggerns |:|: Namespace for trigger object (default "default")
--pollinginterval int Interval to check the message source for up/down scaling operation of consumers (default 30)
--cooldownperiod int The period to wait after the last trigger reported active before scaling the consumer back to 0 (default 300)
--minreplicacount int Minimum number of replicas of consumers to scale down to
--maxreplicacount int Maximum number of replicas of consumers to scale up to (default 100)
--metadata stringArray Metadata needed for connecting to source system in format: --metadata key1=value1 --metadata key2=value2
--secret string Name of secret object
--mqtkind string Kind of Message Queue Trigger, e.g. fission, keda (default "fission")
-h, --help help for update
Options inherited from parent commands
--kube-context string Kubernetes context to be used for the execution of Fission commands
--server string Server URL
-v, --verbosity int -v |:|: CLI verbosity (0 is quiet, 1 is the default, 2 is verbose) (default 1)
SEE ALSO
- fission mqtrigger - Create, update and manage message queue triggers
Last modified January 31, 2022: Added Fission References Page , re-arranged pages & menu (#143) (eed495e)