Connection Properties

This topic is deprecated.

The following are properties for different types of connections.

Property

Description

Property

Description

Database

 

username

(String) Username to be used in the connection

password

(String) Password to be used along with username. Empty should be double-quoted

hostname

(String) Hostname to connect to

port

(Integer) Port number

ssl

(Boolean) true or false

url

(String) JDBC Url

Kafka

 

zkqorum

(String) Zookeeper quorum string (host1:2181,host2:2181,host3:2181)

brokers

(String) Kafka Broker

 

Created in 2020 by Google Inc.