public static class StorageConnector.KafkaConnector extends StorageConnector
StorageConnector.AdlsConnector, StorageConnector.BigqueryConnector, StorageConnector.GcsConnector, StorageConnector.HopsFsConnector, StorageConnector.JdbcConnector, StorageConnector.KafkaConnector, StorageConnector.RedshiftConnector, StorageConnector.S3Connector, StorageConnector.SnowflakeConnector
Modifier and Type | Field and Description |
---|---|
protected String |
bootstrapServers |
protected List<Option> |
options |
protected SecurityProtocol |
securityProtocol |
static String |
sparkFormat |
protected SslEndpointIdentificationAlgorithm |
sslEndpointIdentificationAlgorithm |
protected String |
sslKeyPassword |
protected String |
sslKeystoreLocation |
protected String |
sslKeystorePassword |
protected String |
sslTruststoreLocation |
protected String |
sslTruststorePassword |
description, featurestoreId, id, name, storageConnectorApi, storageConnectorType
Constructor and Description |
---|
KafkaConnector() |
Modifier and Type | Method and Description |
---|---|
String |
getPath(String subPath) |
Map<String,String> |
sparkOptions() |
refetch
public static final String sparkFormat
protected String bootstrapServers
protected SecurityProtocol securityProtocol
protected String sslTruststoreLocation
protected String sslTruststorePassword
protected String sslKeystoreLocation
protected String sslKeystorePassword
protected String sslKeyPassword
protected SslEndpointIdentificationAlgorithm sslEndpointIdentificationAlgorithm
public Map<String,String> sparkOptions()
sparkOptions
in class StorageConnector
public String getPath(String subPath)
getPath
in class StorageConnector
Copyright © 2023. All rights reserved.