KAFKA-16881: InitialState type leaks into the Connect REST API OpenAPI spec (#16175)

Reviewers: Chris Egerton <chrise@aiven.io>
This commit is contained in:
Ken Huang 2024-06-04 02:34:58 +09:00 committed by GitHub
parent 04e6ef4750
commit 5cbc1d616a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class CreateConnectorRequest {
return config;
}
@JsonProperty
@JsonProperty("initial_state")
public InitialState initialState() {
return initialState;
}