Skip to content

Commit

Permalink
[FLINK-26174][kinesis] Add Internal annotation to KinesisDataStreamsS…
Browse files Browse the repository at this point in the history
…ink#restore

This closes apache#18795.
  • Loading branch information
fapaul authored and gaoyunhaii committed Feb 16, 2022
1 parent d62be2e commit 70ee694
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public StatefulSinkWriter<InputT, BufferedRequestState<PutRecordsRequestEntry>>
return new KinesisDataStreamsStateSerializer();
}

@Internal
@Override
public StatefulSinkWriter<InputT, BufferedRequestState<PutRecordsRequestEntry>> restoreWriter(
InitContext context,
Expand Down

0 comments on commit 70ee694

Please sign in to comment.