static CatalogKafkaSource.Builder |
CatalogKafkaSource.builder() |
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.database(String database) |
The name of the database to read from.
|
default CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.dataPreviewOptions(Consumer<StreamingDataPreviewOptions.Builder> dataPreviewOptions) |
Specifies options related to data preview for viewing a sample of your data.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.dataPreviewOptions(StreamingDataPreviewOptions dataPreviewOptions) |
Specifies options related to data preview for viewing a sample of your data.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.detectSchema(Boolean detectSchema) |
Whether to automatically determine the schema from the incoming data.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.name(String name) |
The name of the data store.
|
default CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.streamingOptions(Consumer<KafkaStreamingSourceOptions.Builder> streamingOptions) |
Specifies the streaming options.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.streamingOptions(KafkaStreamingSourceOptions streamingOptions) |
Specifies the streaming options.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.table(String table) |
The name of the table in the database to read from.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.toBuilder() |
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.windowSize(Integer windowSize) |
The amount of time to spend processing each micro batch.
|