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

AllowAutoTopicCreation does not exist in writer config, but only in the writer struct

Open yogeshg opened this issue 1 year ago • 1 comments
trafficstars

AllowAutoTopicCreation to be introduced to writer config, and passed through to the writer itself.

Supporting documentation

// AllowAutoTopicCreation notifies writer to create topic if missing.
	AllowAutoTopicCreation [bool](https://pkg.go.dev/builtin#bool)

yogeshg avatar Apr 09 '24 23:04 yogeshg

https://github.com/segmentio/kafka-go/pull/1279 if this is desirable.

yogeshg avatar Apr 09 '24 23:04 yogeshg