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

Fix iterating over keys when changelog topic is set. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix iterating over keys when changelog topic is set. #1

wants to merge 2 commits into from

Conversation

aoberegg
Copy link

@aoberegg aoberegg commented Oct 8, 2020

Changes the RocksDB store to check the assigned topic name for a changelog, rather than the auto-generated one. If the changelog uses a manually-created topic, using the auto-generated name causes keys(), values(), items() on the Table object that this store backs to return no data, since the changelog names never match.

Resolves robinhood#654
original author: robinhood#655

alexanderoberegger and others added 2 commits October 8, 2020 17:14
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.

Manually-created changlog topic doesn't allow iteration of keys in table with rocksdb
1 participant