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

Create an offset-based counters on AWS #45

Open
mcopik opened this issue Jul 17, 2024 · 1 comment
Open

Create an offset-based counters on AWS #45

mcopik opened this issue Jul 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request priority

Comments

@mcopik
Copy link
Collaborator

mcopik commented Jul 17, 2024

AWS implementation is based on IDs provided by SQS. These are relatively large values, which causes compatibility issues in ZooKeeper's Java client as they no longer fit into a 32-bit integer. Instead, we should process one change during deployment and store the base SQS value; we can use that to subtract counter values later and obtain counters starting from 0.

@mcopik mcopik added the enhancement New feature or request label Jul 17, 2024
@mcopik mcopik self-assigned this Jul 17, 2024
@mujtaba1747
Copy link
Collaborator

We can deprioritize this because Hbase doesn't use these counters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority
Projects
None yet
Development

No branches or pull requests

2 participants