class
Amazonite::Lambda::SelfManagedKafkaEventSourceConfig
- Amazonite::Lambda::SelfManagedKafkaEventSourceConfig
- Reference
- Object
Overview
Specific configuration settings for a self-managed Apache Kafka event source.
Included Modules
- JSON::Serializable
Defined in:
lambda/self_managed_kafka_event_source_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(consumer_group_id : String | Nil = nil, schema_registry_config : KafkaSchemaRegistryConfig | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#consumer_group_id : String | Nil
The identifier for the Kafka consumer group to join.
-
#consumer_group_id=(consumer_group_id : String | Nil)
The identifier for the Kafka consumer group to join.
-
#hash(hasher)
See
Object#hash(hasher) -
#schema_registry_config : KafkaSchemaRegistryConfig | Nil
Specific configuration settings for a Kafka schema registry.
-
#schema_registry_config=(schema_registry_config : KafkaSchemaRegistryConfig | Nil)
Specific configuration settings for a Kafka schema registry.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
Specific configuration settings for a Kafka schema registry.
Specific configuration settings for a Kafka schema registry.