Skip to content

Lambda  >  Structures  >  SelfManagedEventSource

SelfManagedEventSource

Structure Class

SelfManagedEventSource dataclass

The self-managed Apache Kafka cluster for your event source.

Attributes

endpoints class-attribute instance-attribute
endpoints: dict[str, list[str]] | None = None

The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].