endpoints property
Map of endpoints for the self managed source. For Kafka self-managed sources, the key should be KAFKA_BOOTSTRAP_SERVERS and the value should be a string with a comma separated list of broker endpoints.
Implementation
final pulumi.Input<Map<String, String>> endpoints;