Values.SelfManagedEventSourceSourceThe self-managed Apache Kafka cluster for your event source.
type nonrec t = {endpoints : Endpoints.t option;The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `Enum of string ]
* [> `List of [> `String of Endpoint.t ] list ])
list ])
list ]