mirror of https://github.com/apache/kafka.git
KAFKA-16881: InitialState type leaks into the Connect REST API OpenAPI spec (#16175)
Reviewers: Chris Egerton <chrise@aiven.io>
This commit is contained in:
parent
04e6ef4750
commit
5cbc1d616a
|
@ -47,7 +47,7 @@ public class CreateConnectorRequest {
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty("initial_state")
|
||||||
public InitialState initialState() {
|
public InitialState initialState() {
|
||||||
return initialState;
|
return initialState;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue