0

I couldn't find any possibilities to construct Source from MultiMap, why such Source is not provided in standard API? https://docs.hazelcast.org/docs/jet/3.2/manual/#overview-of-sources-and-sinks

Aliksz
  • 29
  • 5

1 Answers1

1

While there's (currently, in Jet 3.2) no Source.multimap(), Jet provides a way to create your own custom Sources and Sinks via a Builder API.

Please check the relevant documentation: https://docs.hazelcast.org/docs/jet/3.2/manual/#source-sink-builder

Oliv
  • 10,221
  • 3
  • 55
  • 76
Nicolas
  • 1,155
  • 6
  • 17