-
Creates a CDC source that streams change data from a
Debezium-supported database to a Hazelcast Jet pipeline.
Creates a CDC source that streams change data from a
Debezium-supported database to a Hazelcast Jet pipeline.
CdcSinks.map(com.hazelcast.map.IMap<? super K,? super V> map,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends K> keyFn,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends V> valueFn)
Returns a sink that applies the changes described by a Change Data
Capture (CDC) stream to an IMap.
CdcSinks.map(String mapName,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends K> keyFn,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends V> valueFn)
Returns a sink that applies the changes described by a Change Data
Capture (CDC) stream to an IMap.
CdcSinks.remoteMap(String mapName,
com.hazelcast.client.config.ClientConfig clientConfig,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends K> keyFn,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends V> valueFn)
CdcSinks.map(com.hazelcast.map.IMap<? super K,? super V> map,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends K> keyFn,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends V> valueFn)
Returns a sink that applies the changes described by a Change Data
Capture (CDC) stream to an IMap.
CdcSinks.map(String mapName,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends K> keyFn,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends V> valueFn)
Returns a sink that applies the changes described by a Change Data
Capture (CDC) stream to an IMap.
CdcSinks.remoteMap(String mapName,
com.hazelcast.client.config.ClientConfig clientConfig,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends K> keyFn,
com.hazelcast.function.FunctionEx<? super ChangeRecord,? extends V> valueFn)