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

last or max occured_at per partition exposed #654

Open
drummerwolli opened this issue May 10, 2017 · 1 comment
Open

last or max occured_at per partition exposed #654

drummerwolli opened this issue May 10, 2017 · 1 comment

Comments

@drummerwolli
Copy link
Member

Is it already possible (without actually consuming the last message in the nakadi stream and checking it) to check the last occured_at or the last received_at of a partition with an endpoint? we are analyzing the nakadi stream, and to check if we got all the latest events we would also need the last occured_at. this should be easily integratable with https://github.com/zalando-zmon and i would like to avoid subscriptions all the time for it.

just getting the last message with the low level api would be easier (i don't have to create a subscription), but i would avoid using this too for deprecation reasons.

this could also be extend to just get the last message of a partition, so other usecase could be covered as well ...

@lmontrieux
Copy link
Contributor

Sorry for the long delay in getting back to you. Currently it is not possible, but that sounds interesting. We'll try to include it in our backlog, but of course, PRs are always welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants