<< Click to Display Table of Contents >> Navigation: Connectors > Apache Kafka > Connection Parameters |
Properties |
A list of properties that will be used for all Kafka Consumers and Producers on this connector. Properties need to be in the standard form: <property.name>=<property.value> e.g.: bootstrap.servers=172.16.10.225
bootstrap.servers is the only mandatory property since it defines where to find the Kafka instance
Any properties defined here will be inherited by all Topics in the connector and all Subscriptions to those Topics. A property with the same name set on a Topic or on Subscribe will override the properties set here.
|