For Streaming Support
When using streaming support (e.g. replicating to Google BigQuery or Databricks or via Kafka), use this dialog to enter parameters to pass to Tier 2 (SQDR Plus).
See the technical documents
When a new destination is created using the Simba BigQuery or Simba Spark (Databricks) ODBC driver, Default Parameters are pre-populated with suggested default values which can be used as a starting point when defining an incremental group.
For the original (v5) SQDR Kafka Producer (implemented by a stored procedure in the control database) - Deprecated
If you are configuring Change Data Logging on the Advanced Properties Tab of an Incremental Group, use this dialog to enter parameters that are passed to the stored procedure.
For instance, when using the Kafka Producer, this dialog is used to enter connectivity information. This may be a single line e.g. bootstrap.servers=172.19.36.175:9092, or it might be several lines long, such as a connection to Azure Event Hubs for Kafka.
The default value for the Kafka topic is the group name, with spaces replaced by underscore. You can override the default by entering the following line in the Parameters dialog:
topic=My_Topic
The use of this dialog replaces the now deprecated use of the Description field for passing parameters to the Kafka Producer.
See Using the SQDR Kafka Producer for details.