Skip to content

Commit

Permalink
rename configOption
Browse files Browse the repository at this point in the history
  • Loading branch information
kaori-seasons committed Nov 1, 2022
1 parent 2b979d5 commit 30a0173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private FlinkOptions() {
+ "determined by Object.compareTo(..)");

public static final ConfigOption<String> PAYLOAD_CLASS_NAME = ConfigOptions
.key("payload.class")
.key("write.payload.class")
.stringType()
.defaultValue(EventTimeAvroPayload.class.getName())
.withFallbackKeys("write.payload.class")
Expand Down

0 comments on commit 30a0173

Please sign in to comment.