rabbitmq / rabbitmq-stream-go-client

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

remove the LastOffset() #304

Closed Gsantomaggio closed 6 months ago

Gsantomaggio commented 6 months ago

The method name may be misleading. It does not indicate the last offset of the stream. It indicates the last uncommited chunk id. This information is not necessary. The user should use CommittedChunkId().