Skip to main content
本文旨在解释 AutoMQ 部署过程中涉及的配置参数,包括配置定义、描述、设置范围和规范等,以帮助开发者在生产环境中进行必要的自定义调整。 AutoMQ 基于对象存储实现了存储计算分离,完全兼容 Apache Kafka,因此关于 Kafka 的功能配置(例如 ACL、网络等)均可以参考官方配置文档。本文档仅列举 AutoMQ 新增的存储模块相关的配置参数。

公共配置

elasticstream.enable

automq.zonerouter.channels

通过开启跨可用区请求路由功能,减少跨可用区数据传输,减少流量成本。该功能详情请参考 概述▸

S3Stream 相关配置

s3.data.buckets

s3.ops.buckets

s3.wal.path

s3.wal.cache.size

s3.wal.upload.threshold

s3.block.cache.size

s3.stream.object.compaction.interval.minutes

s3.stream.object.compaction.max.size.bytes

s3.stream.set.object.compaction.interval.minutes

s3.stream.set.object.compaction.cache.size

s3.stream.set.object.compaction.stream.split.size

s3.network.baseline.bandwidth

s3.stream.allocator.policy

s3.telemetry.metrics.level

s3.telemetry.exporter.report.interval.ms

s3.telemetry.metrics.base.labels

s3.telemetry.metrics.exporter.uri

持续数据重平衡配置

metric.reporters

autobalancer.reporter.metrics.reporting.interval.ms

autobalancer.controller.enable

autobalancer.controller.anomaly.detect.interval.ms

autobalancer.controller.exclude.topics

autobalancer.controller.exclude.broker.ids

Table Topic

Table Topic 是 AutoMQ 面向现代数据湖架构设计的核心功能,其核心作用在于实现流式数据与静态数据湖的集成,通过架构创新解决传统流批分离、ETL 复杂、成本高昂等问题。详情参见 概述▸
当前完整的 Table Topic 配置模型,包括 Topic 级别配置、record 转换、数据变换、错误处理、Schema Registry 客户端选项、Catalog 认证以及各类 Catalog 选项,请参见 Table Topic 配置▸