Commit 4470f69
authored
KafkaProducerConfig: add
* KafkaProducerConfig: add allow.auto.create.topics
Motivation:
* the `allow.auto.create.topics` was missing in our
`KafkaProducerConfig`
* Note: the default value for `allow.auto.create.topics` is `true` for
`KafkaProducerConfig` and `false` for `KafkaConsumerConfig` (this is
adapted from `librdkafka`)
Modifications:
* add `allow.auto.create.topics` option to `KafkaProducerConfig`
* * improve documetantation for allowAutoCreateTopicsallow.auto.create.topics option (#55)1 parent fc4bee7 commit 4470f69
File tree
2 files changed
+13
-1
lines changed- Sources/SwiftKafka/Configuration
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
| |||
295 | 303 | | |
296 | 304 | | |
297 | 305 | | |
| 306 | + | |
298 | 307 | | |
299 | 308 | | |
300 | 309 | | |
| |||
338 | 347 | | |
339 | 348 | | |
340 | 349 | | |
| 350 | + | |
341 | 351 | | |
342 | 352 | | |
343 | 353 | | |
| |||
0 commit comments