Push error messages to error topic when NATS mqtrigger fail (#724)
This commit is contained in:
committed by
Ta-Ching Chen
parent
71d8b769d5
commit
1ed59f0789
@@ -306,6 +306,8 @@ type (
|
||||
MessageQueueType MessageQueueType `json:"messageQueueType"`
|
||||
Topic string `json:"topic"`
|
||||
ResponseTopic string `json:"respTopic,omitempty"`
|
||||
ErrorTopic string `json:"errorTopic"`
|
||||
MaxRetries int `json:"maxRetries"`
|
||||
ContentType string `json:"contentType"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user