Documentation ¶
Index ¶
Constants ¶
View Source
const ( RustBacktrace = "RUST_BACKTRACE" RustLog = "RUST_LOG" JavaOpts = "JAVA_OPTS" RWListenAddr = "RW_LISTEN_ADDR" RWAdvertiseAddr = "RW_ADVERTISE_ADDR" RWDashboardHost = "RW_DASHBOARD_HOST" RWPrometheusHost = "RW_PROMETHEUS_HOST" RWEtcdEndpoints = "RW_ETCD_ENDPOINTS" RWEtcdAuth = "RW_ETCD_AUTH" RWEtcdUsername = "RW_ETCD_USERNAME" RWEtcdPassword = "RW_ETCD_PASSWORD" RWConfigPath = "RW_CONFIG_PATH" RWStateStore = "RW_STATE_STORE" RWDataDirectory = "RW_DATA_DIRECTORY" RWWorkerThreads = "RW_WORKER_THREADS" RWConnectorRPCEndPoint = "RW_CONNECTOR_RPC_ENDPOINT" RWBackend = "RW_BACKEND" RWMetaAddr = "RW_META_ADDR" RWMetaAddrLegacy = "RW_META_ADDRESS" // Will deprecate soon. RWPrometheusListenerAddr = "RW_PROMETHEUS_LISTENER_ADDR" RWParallelism = "RW_PARALLELISM" RWTotalMemoryBytes = "RW_TOTAL_MEMORY_BYTES" RWConnectorNodePrometheusPort = "RW_CONNECTOR_NODE_PROMETHEUS_PORT" )
Environment variables to pass options to the RisingWave process and control the behavior.
View Source
const ( MinIOEndpoint = "MINIO_ENDPOINT" MinIOBucket = "MINIO_BUCKET" MinIOUsername = "MINIO_USERNAME" MinIOPassword = "MINIO_PASSWORD" )
MinIO.
View Source
const ( EtcdUsernameLegacy = "ETCD_USERNAME" EtcdPasswordLegacy = "ETCD_PASSWORD" )
etcd.
View Source
const ( AWSRegion = "AWS_REGION" AWSAccessKeyID = "AWS_ACCESS_KEY_ID" AWSSecretAccessKey = "AWS_SECRET_ACCESS_KEY" AWSS3Bucket = "AWS_S3_BUCKET" AWSEC2MetadataDisabled = "AWS_EC2_METADATA_DISABLED" )
AWS S3.
View Source
const ( S3CompatibleRegion = "AWS_REGION" S3CompatibleBucket = "AWS_S3_BUCKET" S3CompatibleAccessKeyID = "AWS_ACCESS_KEY_ID" S3CompatibleSecretAccessKey = "AWS_SECRET_ACCESS_KEY" S3CompatibleEndpoint = "RW_S3_ENDPOINT" )
S3 compatible.
View Source
const ( AzureBlobEndpoint = "AZBLOB_ENDPOINT" AzureBlobAccountName = "AZBLOB_ACCOUNT_NAME" AzureBlobAccountKey = "AZBLOB_ACCOUNT_KEY" )
Azure blob.
View Source
const ( AliyunOSSRegion = "OSS_REGION" AliyunOSSBucket = "OSS_S3_BUCKET" AliyunOSSEndpoint = "OSS_ENDPOINT" AliyunOSSAccountName = "OSS_ACCESS_KEY_ID" AliyunOSSAccountKey = "OSS_ACCESS_KEY_SECRET" )
AliyunOSS.
View Source
const ( PodIP = "POD_IP" PodName = "POD_NAME" PodNamespace = "POD_NAMESPACE" )
System reserved envs.
View Source
const (
// GoogleApplicationCredentials for GCS service.
GoogleApplicationCredentials = "GOOGLE_APPLICATION_CREDENTIALS"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.