File tree 2 files changed +6
-1
lines changed
core/src/main/scala/kafka/admin
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -536,7 +536,6 @@ object ConfigCommand extends Logging {
536
536
.withRequiredArg
537
537
.ofType(classOf [String ])
538
538
.withValuesSeparatedBy(',' )
539
- val forceOpt : OptionSpecBuilder = parser.accepts(" force" , " Suppress console prompts" )
540
539
val topic : OptionSpec [String ] = parser.accepts(" topic" , " The topic's name." )
541
540
.withRequiredArg
542
541
.ofType(classOf [String ])
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ <h6><a id="upgrade_410_notable" href="#upgrade_410_notable">Notable changes in 4
30
30
</ li >
31
31
</ ul >
32
32
</ li >
33
+ < li > < b > Command</ b >
34
+ < ul >
35
+ < li > The < code > force</ code > option of < code > ConfigCommand</ code > has been removed, as it has been non-operational since version 0.10.1.0.
36
+ </ li >
37
+ < / u l >
38
+ </li >
33
39
< / ul >
34
40
35
41
< h4 > < a id = "upgrade_4_0_0" href = "#upgrade_4_0_0" > Upgrading to 4.0.0</ a > </ h4 >
You can’t perform that action at this time.
0 commit comments