fe/plugin/README.md
The fe/plugin directory hosts plugin implementations and integration glue for the Frontend. Plugins extend the FE core with capabilities beyond the built-in features by implementing interfaces from fe/spi and interacting with FE core through stable contracts.
Unlike connectors:
fe/spi and public abstractions.Note: Exact plugin types depend on the available SPI extension points.
fe/spi interfaces.fe/spi (e.g., authN/authZ, auditing, hooks).fe/spi.Guidelines:
fe/spi version supported by the plugin.fe/spi/fe/fe-core/src/main/java/com/starrocks/