risingwave_connector::sink

Module doris_starrocks_connector

source

Structs§

Enums§

Constants§

Functions§

  • Send the request and handle redirection if any. The reason we handle the redirection manually is that if we let reqwest handle the redirection automatically, it will remove sensitive headers (such as Authorization) during the redirection, and there’s no way to prevent this behavior. Please note, the FE address that user specified might be a FE follower not the leader, in this case, the follower FE will redirect request to leader FE and then to BE.
  • try_get_be_url πŸ”’
    Try getting BE url from a redirected response, returning Ok(None) indicates this request does not redirect.

Type Aliases§