Module doris_starrocks_connector

Source

Structs§

HeaderBuilder
InserterInner
InserterInnerBuilder
MetaRequestSender
StarrocksTxnRequestBuilder

Enums§

StreamLoadResponse πŸ”’

Constants§

BUFFER_SIZE πŸ”’
DORIS_DELETE_SIGN πŸ”’
DORIS_SUCCESS_STATUS πŸ”’
LOCALHOST πŸ”’
LOCALHOST_IP πŸ”’
MIN_CHUNK_SIZE πŸ”’
POOL_IDLE_TIMEOUT πŸ”’
STARROCKS_DELETE_SIGN πŸ”’
STARROCKS_SUCCESS_STATUS πŸ”’
WAIT_HANDDLE_TIMEOUT πŸ”’

Functions§

send_stream_load_request πŸ”’
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§

Sender πŸ”’