hazelcast-jet icon indicating copy to clipboard operation
hazelcast-jet copied to clipboard

Distribute-to-one edge support for Pipeline API

Open cangencer opened this issue 4 years ago • 0 comments

As a follow up to #2394, it should also be possible to use the distribute to one edge when using Pipeline API. SinkImpl currently supports only a few of the edge types. This is required for the QuestDB sink, because the writer needs to be local to the machine QuestDB is running on, but could be useful in other situations as well.

cangencer avatar Jul 30 '20 08:07 cangencer