GoldengateKafkaConnectionProperties constructor
GoldengateKafkaConnectionProperties({
- List<
KafkaBootstrapServer> ? bootstrapServers, - String? clusterId,
- String? consumerPropertiesFile,
- String? keyStoreFile,
- String? keyStorePassword,
- String? keyStorePasswordSecretVersion,
- String? password,
- String? passwordSecretVersion,
- String? producerPropertiesFile,
- String? securityProtocol,
- String? sslKeyPassword,
- String? sslKeyPasswordSecretVersion,
- String? streamPoolId,
- String? technologyType,
- String? trustStoreFile,
- String? trustStorePassword,
- String? trustStorePasswordSecretVersion,
- bool? useResourcePrincipal,
- String? username,
Implementation
GoldengateKafkaConnectionProperties({
this.bootstrapServers,
this.clusterId,
this.consumerPropertiesFile,
this.keyStoreFile,
this.keyStorePassword,
this.keyStorePasswordSecretVersion,
this.password,
this.passwordSecretVersion,
this.producerPropertiesFile,
this.securityProtocol,
this.sslKeyPassword,
this.sslKeyPasswordSecretVersion,
this.streamPoolId,
this.technologyType,
this.trustStoreFile,
this.trustStorePassword,
this.trustStorePasswordSecretVersion,
this.useResourcePrincipal,
this.username,
});