Skip to content

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