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

Add support for positions storage in Kafka #219

Open
ericbottard opened this issue Nov 7, 2019 · 3 comments
Open

Add support for positions storage in Kafka #219

ericbottard opened this issue Nov 7, 2019 · 3 comments

Comments

@ericbottard
Copy link

No description provided.

@smsufyian
Copy link

@ericbottard can you please provide some more details to the ticket ? I will be taking up this issue .

@bsideup
Copy link
Owner

bsideup commented Oct 9, 2020

@s-m-sufyian thanks for volunteering to take this issue! The idea was to use Kafka's built-in offset storage API to store Liiklus' offsets, so that the deployment can be simplified to "just Kafka" for those who are ready to store the offsets in Kafka's format.

It will require implementing PositionsStorage. Have a look at RedisPositionsStorage for some inspiration.

Feel free to ask any question you may have 👍

@smsufyian
Copy link

@bsideup, thanks for the direction. I will start working on this issue.

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

3 participants