Class MySqlCdcSources
java.lang.Object
com.hazelcast.enterprise.jet.cdc.mysql.MySqlCdcSources
Contains factory methods for creating change data capture sources
 based on MySQL databases.
- Since:
 - 5.5
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for configuring a CDC source that streams change data from a MySQL database to Hazelcast Jet. - 
Method Summary
Modifier and TypeMethodDescriptionstatic MySqlCdcSources.Builder<ChangeRecord>Creates a CDC source that streams change data from a MySQL database to Hazelcast Jet. 
- 
Method Details
- 
mysql
Creates a CDC source that streams change data from a MySQL database to Hazelcast Jet.- Parameters:
 name- name of this source, needs to be unique- Returns:
 - builder that can be used to set source properties and also to construct the source once configuration is done
 
 
 -