mirror of https://github.com/loggie-io/docs.git
Update franzkafka.md
This commit is contained in:
parent
312b33808f
commit
686ca74b36
|
|
@ -16,7 +16,7 @@
|
||||||
=== "SASL认证"
|
=== "SASL认证"
|
||||||
```yaml
|
```yaml
|
||||||
sink:
|
sink:
|
||||||
type: kafka
|
type: franzKafka
|
||||||
brokers: ["127.0.0.1:6400"]
|
brokers: ["127.0.0.1:6400"]
|
||||||
topic: "demo"
|
topic: "demo"
|
||||||
sasl:
|
sasl:
|
||||||
|
|
@ -214,4 +214,4 @@ Kubernetes 挂载keytab二进制证书,请参考[官方文档](https://kuberne
|
||||||
| ---------- |--------| ----------- |-------|-----------------|
|
| ---------- |--------| ----------- |-------|-----------------|
|
||||||
| partitionKey | string | 非必填 | 无 | 控制发送至topic下哪个分区 |
|
| partitionKey | string | 非必填 | 无 | 控制发送至topic下哪个分区 |
|
||||||
|
|
||||||
与topic相似,可使用`${a.b}`的方式,获取event里的字段值作为具体的topic名称。
|
与topic相似,可使用`${a.b}`的方式,获取event里的字段值作为具体的topic名称。
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue