Hisoka-X commented on code in PR #6235:
URL: https://github.com/apache/seatunnel/pull/6235#discussion_r1457181929
##########
seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/sink/writer/DorisSinkWriter.java:
##########
@@ -105,9 +98,8 @@ public DorisSinkWriter(
this.initializeLoad();
}
- private void initializeLoad() throws IOException {
- this.backends = RestService.getBackendsV2(dorisConfig, log);
- String backend = getAvailableBackend();
+ private void initializeLoad() {
+ String backend = dorisConfig.getFrontends();
Review Comment:
This is this PR purpose. Change stream load endpoint from BE to FE.
--
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]