sd4324530 commented on code in PR #4368:
URL: https://github.com/apache/flink-cdc/pull/4368#discussion_r3057557077
##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/src/main/java/org/apache/flink/cdc/connectors/elasticsearch/v2/Elasticsearch8AsyncSink.java:
##########
@@ -84,8 +85,7 @@ protected Elasticsearch8AsyncSink(
* @return a new instance of {@link Elasticsearch8AsyncWriter}.
*/
@Override
- public StatefulSinkWriter<InputT, BufferedRequestState<Operation>>
createWriter(
- InitContext context) {
+ public SinkWriter<InputT> createWriter(InitContext context) {
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]