Tuan Nguyen

Results 3 comments of Tuan Nguyen

telegraf is using old version of node-fetch (v2.7.0), so if you got the error ETIMEDOUT like me, downgrade to v18 will make telegraf work again

@deankarn sorry about missing the `event`, here it is ```go type Event struct { Subject string `json:"subject" validate:"required"` AppId string `json:"app_id" validate:"required"` Type string `json:"type" validate:"required"` Id string `json:"id" validate:"required"`...

> Is it possible the required tag contains an invisible char? I'd try deleting the tag and rewriting it just in case. > > Ex.: > > ```go > func...