rabbitmq / rabbitmq-stream-go-client

A client library for RabbitMQ streams
MIT License
160 stars 13 forks source link

Deprecate LastConsumed method #324

Closed Gsantomaggio closed 1 week ago

Gsantomaggio commented 1 week ago

The method does not indicate the last message consumed of the stream but the last stored offset. The method was added to help the user, but it created confusion. env.QueryOffset(consumerName, streamName) should be used

ref: https://github.com/rabbitmq/rabbitmq-stream-go-client/issues/321