Skip to content

ackwonledge message in taskiq rstream message #102

@xaviave

Description

@xaviave

Message are not acknowledge, we don't have clues if it has been read or not.

Adding a singal will handle it
await consumer.store_offset()

and a addapted subscribption:
consumer = await client.subscribe( stream="your-stream", message_handler=on_message_received, consumer_config=ConsumerConfig( reference="my-consumer-group", offset_spec=OffsetSpecification.next() ) )

Metadata

Metadata

Assignees

Labels

BugIndicates issues related to software bugs or errors.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions