Hazelcast Jet provides a flexible API that makes it easy to implement your own
custom sources and sinks. Both sources and sinks are implemented using
the same API as the rest of the Processor
s.
In this chapter we will work through some examples as a guide to how you
can connect Jet with your own data sources.