risingwave_connector::sink::remote

Trait RemoteSinkTrait

source
pub trait RemoteSinkTrait:
    Send
    + Sync
    + 'static {
    const SINK_NAME: &'static str;

    // Provided method
    fn default_sink_decouple() -> bool { ... }
}

Required Associated Constants§

source

const SINK_NAME: &'static str

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl RemoteSinkTrait for Cassandra

source§

const SINK_NAME: &'static str = "cassandra"

source§

impl RemoteSinkTrait for DeltaLake

source§

const SINK_NAME: &'static str = "deltalake"

source§

impl RemoteSinkTrait for HttpJava

source§

const SINK_NAME: &'static str = "http"

source§

impl RemoteSinkTrait for Jdbc

source§

const SINK_NAME: &'static str = "jdbc"