Nj-kol commented on issue #325: URL: https://github.com/apache/doris-spark-connector/issues/325#issuecomment-3565862333
> Hello, currently, StreamLoad redirects writes to the BE server, requiring the client to have access to the BE server host. For more information, see https://doris.apache.org/docs/dev/data-operate/import/import-way/stream-load-manual#basic-principles So this requires configuring DNS on the client side and ensuring network connectivity with the BE server. > > In the upcoming 3.1.0 release, you can configure StreamLoad to return to a public BE IP address. See this pull request: [apache/doris#53104](https://github.com/apache/doris/pull/53104) Hello @JNSimba, the issue is I am running Doris on K8s, so the frontend returns doris backend internal ips like : `doris-toolkit-dev-cg1-1.doris-toolkit-dev-cg1.doris.svc.cluster.local`. How can client resolved that? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
