diff --git a/docs/reference/pipelines/sink/franzkafka.md b/docs/reference/pipelines/sink/franzkafka.md index cee21f3..a29a2ec 100644 --- a/docs/reference/pipelines/sink/franzkafka.md +++ b/docs/reference/pipelines/sink/franzkafka.md @@ -16,7 +16,7 @@ === "SASL认证" ```yaml sink: - type: kafka + type: franzKafka brokers: ["127.0.0.1:6400"] topic: "demo" sasl: @@ -214,4 +214,4 @@ Kubernetes 挂载keytab二进制证书,请参考[官方文档](https://kuberne | ---------- |--------| ----------- |-------|-----------------| | partitionKey | string | 非必填 | 无 | 控制发送至topic下哪个分区 | -与topic相似,可使用`${a.b}`的方式,获取event里的字段值作为具体的topic名称。 \ No newline at end of file +与topic相似,可使用`${a.b}`的方式,获取event里的字段值作为具体的topic名称。