Connection Properties
This topic is deprecated.
The following are properties for different types of connections.
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.