.. _firebase-source-connector-config: Configuration Properties ------------------------ To use this connector, specify the name of the connector class in the ``connector.class`` configuration property. .. codewithvars:: properties connector.class=io.confluent.connect.firebase.FirebaseSourceConnector Connector-specific configuration properties are described below. Firebase ^^^^^^^^ ``gcp.firebase.database.reference`` Firebase database URL reference from which data is to be fetched and persisted into the Kafka topic. * Type: string * Importance: high ``gcp.firebase.credentials.path`` The path to the JSON service key file. If empty, credentials are read from the ``gcp.firebase.credentials.json`` setting. * Type: string * Importance: high ``gcp.firebase.credentials.json`` The contents of the JSON service key file. If empty, credentials are read from the ``gcp.firebase.credentials.path`` setting. * Type: password * Default: null * Importance: high ``gcp.firebase.snapshot`` If set to ``true``, the connector performs a complete snapshot of the database reference and listens to any changes after that, if set to ``false``, the connector will only listen to changes. * Type: boolean * Default: false * Importance: low .. _firebase-source-license-config: |cp| license ^^^^^^^^^^^^ ``confluent.topic.bootstrap.servers`` A list of host/port pairs to use for establishing the initial connection to the Kafka cluster used for licensing. All servers in the cluster will be discovered from the initial connection. This list should be in the form host1:port1,host2:port2,.... Since these servers are just used for the initial connection to discover the full cluster membership (which may change dynamically), this list need not contain the full set of servers (you may want more than one, though, in case a server is down). * Type: list * Importance: high ``confluent.topic`` Name of the Kafka topic used for Confluent Platform configuration, including licensing information. * Type: string * Default: _confluent-command * Importance: low ``confluent.topic.replication.factor`` The replication factor for the Kafka topic used for Confluent Platform configuration, including licensing information. This is used only if the topic does not already exist, and the default of 3 is appropriate for production use. If you are using a development environment with less than 3 brokers, you must set this to the number of brokers (often 1). * Type: int * Default: 3 * Importance: low ---------------------------- Confluent license properties ---------------------------- .. include:: ../../includes/security-info.rst .. include:: ../../includes/platform-license.rst .. include:: ../../includes/security-configs.rst .. _firebase-source-license-topic-configuration: .. include:: ../../includes/platform-license-detail.rst .. include:: ../../includes/overriding-default-config-properties.rst