apache / doris-flink-connector

Flink Connector for Apache Doris
https://doris.apache.org/
Apache License 2.0
315 stars 221 forks source link

Support specifying fe protocol #494

Open vlada-dudr opened 1 week ago

vlada-dudr commented 1 week ago

Proposed changes

Issue Number: close #493

Problem Summary:

Cannot use http FE

Checklist(Required)

  1. Does it affect the original behavior: No
  2. Has unit tests been added: No Need
  3. Has document been added or modified: No
  4. Does it need to update dependencies: No
  5. Are there any changes that cannot be rolled back: No

Further comments

Remove all hardwired http:// from urls and added conditional http:// prefixing if no scheme was declared

vlada-dudr commented 1 week ago

Ok, this is bit more massive, than I expected. Let me know, if you want me to change something. I also ask for some testing, my Doris knowledge is pretty limited, so I likely missed something