rabbitmq / rabbitmq-stream-dotnet-client

RabbitMQ client for the stream protocol
https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html
Other
122 stars 41 forks source link

remove the LastOffset() #380

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

Gsantomaggio commented 6 months ago

@lukebakken, I'm not sure why it happened. It changed the file as soon as I downloaded the repo.