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. #106

Merged
merged 4 commits into from
Feb 27, 2021
Merged

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

merged 4 commits into from
Feb 27, 2021

Conversation

aoberegg
Copy link
Contributor

Description

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/faust#654
original author: robinhood/faust#655

@g-clef
Copy link

g-clef commented Feb 16, 2021

You'll need to change one of the tests also. See https://github.com/faust-streaming/faust/pull/41/files .

@patkivikram patkivikram merged commit 7d29cad into faust-streaming:master Feb 27, 2021
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
3 participants