The module lifecycle stagePreview

The module has requirements for installation

How do I enable the module?

Create a ModuleConfig with enabled: true. After enabling, a cluster-wide StarrocksClass named default is created automatically. See the module overview.

Why must every Starrocks reference a StarrocksClass?

StarrocksClass defines sizing limits, default FE/BE settings, and validation rules. Every Starrocks instance is checked against its class before deployment. Details are in the Administrator Guide.

Does the MySQL query port support TLS?

No. Optional TLS applies only to the FE HTTP proxy (HTTPS on port 8443). The MySQL query port (9030) remains non-TLS; clients must disable TLS when connecting. See the User Guide.