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

Question: What is the meaning of the eof_offset statistics? #1390

Open
Kimserey opened this issue Aug 28, 2020 · 0 comments
Open

Question: What is the meaning of the eof_offset statistics? #1390

Kimserey opened this issue Aug 28, 2020 · 0 comments

Comments

@Kimserey
Copy link

Kimserey commented Aug 28, 2020

Hi,

I am handling the statistics via the statistics handler:

return new ConsumerBuilder<byte[], byte[]>(config)
    .SetStatisticsHandler((c, json) => {......})
    .Build();

which provides the statistics listed here.

I am confused about the partitions > eof_offset which has the definition Last PARTITION_EOF signaled offset,

  • What does "signaled offset" mean?
  • Does eof_offset represent the last offset where the consumer reached the end of the partition? In other words, would the current offset be superior to the eof_offset?
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

No branches or pull requests

1 participant