Joe Lind is looking for a way to reuse JDBC connection params across multiple sinks in RisingWave, similar to how shared sources work for the Postgres source.
Joe Lind
Asked on Mar 04, 2024
create sink
statement needs to go to a specific table.primary_key
and type
cannot be shared across multiple sinks.jdbc.url
, so currently, RisingWave does not support sharing a connection for multiple sinks.