risingwave-demo-deprecated
risingwave-demo-deprecated copied to clipboard
modify all stale sink configurations after using v0.1.18 container image
- Iceberg upsert sinks and upsert kafka must have primary keys defined with
primary_key = 'col1, col2, ...'
- JDBC sinks must NOT have primary keys defined.
-
sink.mode
for iceberg sink should be changed totype
-
format = 'append_only'
should be changed totype = 'append-only'
Related: risingwavelabs/risingwave#8610