yzevm / sync-postgresql-with-elasticsearch-example

🔄 Sync PostgreSQL to Elasticsearch via Debezium
95 stars 22 forks source link

Error when connect/sync with ES7: "include_type_name parameter" #6

Open duycuong87vn opened 4 years ago

duycuong87vn commented 4 years ago

Hi, I got mapping type error when working with ES7

"type":"illegal_argument_exception","reason":"Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true."}

Related to information: https://github.com/confluentinc/kafka-connect-elasticsearch/issues/314 Thanks in advance,

khaoulaZraiate commented 3 years ago

could you fix it ? I have the same problem now :(