rabbitmq / rabbitmq-stream-go-client

A client library for RabbitMQ streams
MIT License
170 stars 20 forks source link

Deprecate LastConsumed method #324

Closed Gsantomaggio closed 5 months ago

Gsantomaggio commented 5 months 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