FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
Description
Added the ack_sync method to NatsMessage to support synchronous acknowledgment functionality.
Fixes #1906
Type of Change
New feature (a non-breaking change that adds functionality)
Checklist
My code adheres to the style guidelines of this project (scripts/lint.sh shows no errors)
I have conducted a self-review of my own code
I have ensured that static analysis tests are passing by running scripts/static-analysis.sh
Description Added the ack_sync method to NatsMessage to support synchronous acknowledgment functionality.
Fixes #1906
Type of Change New feature (a non-breaking change that adds functionality) Checklist My code adheres to the style guidelines of this project (scripts/lint.sh shows no errors) I have conducted a self-review of my own code I have ensured that static analysis tests are passing by running scripts/static-analysis.sh