Skip to content

Lambda  >  Structures  >  SelfManagedKafkaEventSourceConfig

SelfManagedKafkaEventSourceConfig

Structure Class

SelfManagedKafkaEventSourceConfig dataclass

Specific configuration settings for a self-managed Apache Kafka event source.

Attributes

consumer_group_id class-attribute instance-attribute
consumer_group_id: str | None = None

The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.

schema_registry_config class-attribute instance-attribute
schema_registry_config: KafkaSchemaRegistryConfig | None = None

Specific configuration settings for a Kafka schema registry.