Self-Managed Kafka Event Source Mapping: Optionally specify consumer_group_id upon resource creation #26559
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/lambda
Issues and PRs that pertain to the lambda service.
Milestone
Community Note
Description
Adds "self_managed_kafka_config" (
SelfManagedKafkaEventSourceConfig
) and "amazon_managed_kafka_config" (AmazonManagedKafkaEventSourceConfig
) blocks to "aws_lambda_event_source_mapping" resourceEnables setting Kafka
ConsumerGroupId
upon resource creationNew or Affected Resource(s)
Potential Terraform Configuration
References
ConsumerGroupId
)Discussion
ConsumerGroupId
, the Amazon-managed Kafka event source does not interface withSelfManagedKafkaEventSourceConfig
, it usesAmazonManagedKafkaEventSourceConfig
.The text was updated successfully, but these errors were encountered: