Cassandra Sink: Ignore tables with missing primary keys
Closed this issue · 0 comments
smola commented
Currently we allow inserts to different Cassandra tables, but an event insert will fail if it's missing a primary key field for one of the tables. We should be able to configure the sink to tune this behaviour (fail if a table cannot be inserted, at least one table must be inserted, ignore any insertion failure).