gobmp icon indicating copy to clipboard operation
gobmp copied to clipboard

createTopic timeouts

Open omersiar opened this issue 3 years ago • 1 comments

ensureTopic method does not have an actual timeout for topic creation, and it seems default value for this is "0", yes an actual zero. So it fails to create topics at least in our environment

adding Timeout: timeout, at line 236 in kafka-publisher.go worked for us.

omersiar avatar Dec 13 '22 15:12 omersiar

https://github.com/Shopify/sarama/pull/1142

omersiar avatar Dec 13 '22 16:12 omersiar