zhilinli123 commented on code in PR #4349:
URL:
https://github.com/apache/incubator-seatunnel/pull/4349#discussion_r1141584278
##########
seatunnel-connectors-v2/connector-elasticsearch/src/main/java/org/apache/seatunnel/connectors/seatunnel/elasticsearch/sink/ElasticsearchSinkWriter.java:
##########
@@ -116,6 +157,9 @@ public synchronized void bulkEsWithRetry(
ElasticsearchConnectorErrorCode.BULK_RESPONSE_ERROR,
"bulk es error: " +
bulkResponse.getResponse());
}
+ log.info(
Review Comment:
>
I think it's going to be a little bit more write friendly for real-time
programs and even if the consumption data is less than the current batch it's
going to flush to es
CC @Hisoka-X
--
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]