简体   繁体   English

kafka s3 接收器连接器键和标头 s3 存储写入不起作用

[英]kafka s3 sink connector keys and headers s3 storage write not working

I have enabled我已经启用

"store.kafka.keys" : "true",
"store.kafka.headers" : "true",
"keys.format.class" : "io.confluent.connect.s3.format.json.JsonFormat",
"headers.format.class" : "io.confluent.connect.s3.format.json.JsonFormat"

But I don't see the headers, keys in the s3 storage.但我没有看到 s3 存储中的标题和键。 Only values part is stored.仅存储值部分。

Any input will greatly help.任何输入都会有很大帮助。

Make sure you've installed the latest version of the S3 sink connector.确保您已安装最新版本的 S3 接收器连接器。

It used to only write the values prior to (approximately) version 10.x它过去只写入(大约)版本 10.x 之前的值

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM