Uses of Annotation Interface
com.hazelcast.jet.annotation.EvolvingApi

Packages that use EvolvingApi
Package
Description
Contains source/sink connectors that deal with Change Data Capture (CDC) events from various databases as well as a generic connector for Debezium CDC sources.
Contains connectors for change data capture events from MySQL databases.
Contains connectors for change data capture events from PostgreSQL databases.
Jet's configuration data objects.
This package contains various mock sources to help with pipeline testing and development.
Packages with annotations of type EvolvingApi
Package
Description
Contributes gRPC service factories that can be to apply transformations to a pipeline which for each input item calls to a gRPC service.
Contributes a PythonTransforms.mapUsingPython(com.hazelcast.jet.python.PythonServiceConfig) transform that allows you to transform Jet pipeline data using a Python function.