tx7do / kratos-transport

kratos transport layer extension
MIT License
348 stars 95 forks source link

createProducer 鉴权问题 #62

Closed ruan875417 closed 11 months ago

ruan875417 commented 11 months ago

if credentials.AccessKey != "" && credentials.SecretKey != "" { producer.WithCredentials(credentials) } 为啥不用加opts = append(opts, producer.WithCredentials(credentials))

tx7do commented 11 months ago

失误