AckPolicy
faststream.AckPolicy
#
Bases: str
, Enum
REJECT_ON_ERROR
class-attribute
instance-attribute
#
Reject message on unhandled exceptions.
NACK_ON_ERROR
class-attribute
instance-attribute
#
Nack message on unhandled exceptions.
MANUAL
class-attribute
instance-attribute
#
Disable default FastStream Acknowledgement logic. User should confirm all actions manually.