Struct mz_adapter::Config
source · pub struct Config {Show 22 fields
pub dataflow_client: Controller,
pub storage: Connection,
pub unsafe_mode: bool,
pub persisted_introspection: bool,
pub build_info: &'static BuildInfo,
pub environment_id: EnvironmentId,
pub metrics_registry: MetricsRegistry,
pub now: NowFn,
pub secrets_controller: Arc<dyn SecretsController>,
pub cloud_resource_controller: Option<Arc<dyn CloudResourceController>>,
pub availability_zones: Vec<String>,
pub cluster_replica_sizes: ClusterReplicaSizeMap,
pub default_storage_cluster_size: Option<String>,
pub bootstrap_system_parameters: BTreeMap<String, String>,
pub connection_context: ConnectionContext,
pub storage_usage_client: StorageUsageClient,
pub storage_usage_collection_interval: Duration,
pub segment_client: Option<Client>,
pub egress_ips: Vec<Ipv4Addr>,
pub system_parameter_frontend: Option<Arc<SystemParameterFrontend>>,
pub aws_account_id: Option<String>,
pub aws_privatelink_availability_zones: Option<Vec<String>>,
}
Expand description
Configures a coordinator.
Fields§
§dataflow_client: Controller
§storage: Connection
§unsafe_mode: bool
§persisted_introspection: bool
§build_info: &'static BuildInfo
§environment_id: EnvironmentId
§metrics_registry: MetricsRegistry
§now: NowFn
§secrets_controller: Arc<dyn SecretsController>
§cloud_resource_controller: Option<Arc<dyn CloudResourceController>>
§availability_zones: Vec<String>
§cluster_replica_sizes: ClusterReplicaSizeMap
§default_storage_cluster_size: Option<String>
§bootstrap_system_parameters: BTreeMap<String, String>
§connection_context: ConnectionContext
§storage_usage_client: StorageUsageClient
§storage_usage_collection_interval: Duration
§segment_client: Option<Client>
§egress_ips: Vec<Ipv4Addr>
§system_parameter_frontend: Option<Arc<SystemParameterFrontend>>
§aws_account_id: Option<String>
§aws_privatelink_availability_zones: Option<Vec<String>>
Auto Trait Implementations§
impl !RefUnwindSafe for Config
impl Send for Config
impl !Sync for Config
impl Unpin for Config
impl !UnwindSafe for Config
Blanket Implementations§
source§impl<T> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
source§fn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
See
RustType::from_proto
.source§fn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
See
RustType::into_proto
.