Kafka Elasticsearch Connector Timestamps

后端 未结 1 1329
旧巷少年郎
旧巷少年郎 2021-01-19 18:32

I can see this has been discussed a few times here for instance but I think the solutions are out of date due to breaking changes in Elasticsearch.

I\'m trying to co

相关标签:
1条回答
  • 2021-01-19 18:51

    The Confluent documentation states that the ES connector is currently not supported with ES 7.

    According to this issue, it might suffice to change type.name=kafkaconnect to type.name=_doc in your connector configuration.

    0 讨论(0)
提交回复
热议问题