Namespace AWS.Lambda.Powertools.Kafka
Classes
ConsumerRecord<TK, T>
Represents a single record consumed from a Kafka topic.
ConsumerRecords<TK, T>
Represents a collection of Kafka consumer records that can be enumerated. Contains event metadata and records organized by topics.
HeaderExtensions
Extension methods for Kafka headers in ConsumerRecord.
PowertoolsKafkaSerializerBase
Base class for Kafka event serializers that provides common functionality for deserializing Kafka event structures in Lambda functions.
SchemaMetadata
Represents metadata about the schema used for serializing the record's value or key.