Commit cae74c5
Tom Jorissen
[Issue 1105][pulsaradmin] fix AutoTopicCreation for type non-partitioned (#1107)
Fixes #1105
### Motivation
To allow setting the AutoTopicCreation policy to non-partitioned it is required to not send the partitions parameter, by making Partitions a pointer instead of an int this is possible.
### Modifications
Change the type of Partitions in TopicAutoCreationConfig from int to *int1 parent 3a1a766 commit cae74c5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
0 commit comments