Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove the LastOffset() #380

Merged
merged 1 commit into from
May 24, 2024
Merged

remove the LastOffset() #380

merged 1 commit into from
May 24, 2024

Conversation

Gsantomaggio
Copy link
Member

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

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

Signed-off-by: Gabriele Santomaggio <g.santomaggio@gmail.com>
Copy link
Contributor

@lukebakken lukebakken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed locally that Tests.csproj always shows that it's modified, but it's not. Are there line ending or UTF8 issues that need to be fixed?

@Gsantomaggio
Copy link
Member Author

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

@Gsantomaggio Gsantomaggio merged commit 6ded862 into main May 24, 2024
2 checks passed
@Gsantomaggio Gsantomaggio deleted the deprecate_last_offset branch May 24, 2024 07:16
@Gsantomaggio Gsantomaggio added this to the 1.8.5 milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants