go-queue icon indicating copy to clipboard operation
go-queue copied to clipboard

auto topic creation enabled

Open mirwaisx opened this issue 2 years ago • 3 comments
trafficstars

Hi Tested with Strimzi Kafka and was getting this error when pushing with Pusher.push which in turns calls Kafka.writer.writemessage. Unknown Topic Or Partition: the request is for a topic or partition that does not exist on this broker

Apparently accoding to this: segmentio the AllowAutoTopicCreation in Writer should be set to true.

mirwaisx avatar Jul 11 '23 13:07 mirwaisx

anyone can review and merge this PR?

mirwaisx avatar Aug 23 '23 09:08 mirwaisx

It's better to be a passed in option. Not just allowing the topic auto creation.

kevwan avatar Oct 02 '23 13:10 kevwan

This feature has been implemented by https://github.com/zeromicro/go-queue/pull/54 . This issue can be closed now.

algobot76 avatar Oct 07 '23 01:10 algobot76