Skip to content

ackwonledge message in taskiq rstream message #102

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() ) )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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