AsyncConfluentParser
faststream.confluent.parser.AsyncConfluentParser #
A class to parse Kafka messages.
parse_message async
staticmethod
#
Parses a Kafka message.
Source code in faststream/confluent/parser.py
parse_message_batch async
staticmethod
#
Parses a batch of messages from a Kafka consumer.
Source code in faststream/confluent/parser.py
decode_message async
staticmethod
#
decode_message_batch async
classmethod
#
Decode a batch of messages.