Open edeesis opened 3 months ago
This issue has been open for 60 days with no activity.
If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity
label.
You can also confidently close this issue as not planned to keep our backlog clean. Don't worry if you think the issue is still valuable to continue in the future. It's searchable and can be reopened when it's time. 😄
Describe the bug
Using Elasticsearch 7.x seems to error when writing to Elasticsearch. The error may be related to a change introduced in https://github.com/risingwavelabs/risingwave/issues/12234.
It seems like ES 7 doesn't support this option.
Error message/log
To Reproduce
I have updated the docker-compose file in this fork to reproduce.
Create a source, I did it via Postgres CDC
In the Postgres Database, create a table:
Create a table from that source
Create a Elasticsearch Sink
Expected behavior
Data should appear in the Elasticsearch Index
How did you deploy RisingWave?
via Docker Compose
https://github.com/edeesis/risingwave/commit/9f53b15d59d7b96e494987ae42cd5aa367e7d026
The version of RisingWave
v1.10.0
Additional context
Full Stack: