Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.22 KB

KafkaIntegration.md

File metadata and controls

20 lines (15 loc) · 1.22 KB

KafkaIntegration

Properties

Name Type Description Notes
aws_role AwsRole [optional]
bootstrap_servers str The Kafka bootstrap server url(s). Required only for V3 integration. [optional]
connection_string str Kafka connection string. [optional]
kafka_data_format str The format of the Kafka topics being tailed. [optional]
kafka_topic_names [str] Kafka topics to tail. [optional]
schema_registry_config SchemaRegistryConfig [optional]
security_config KafkaV3SecurityConfig [optional]
source_status_by_topic {str: (StatusKafka,)} The status of the Kafka source by topic. [optional] [readonly]
use_v3 bool [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]