-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: decode with coreDiscoveryId rather than coreDiscoveryKey
BREAKING CHANGE: this changes the expected parameter for decode() to be coreDiscoveryId, to match an upstream change in the multi-core-indexer to use coreDiscoveryId rather than coreDiscoveryKey. This reduces a round-trip conversion from buffer to string, and will also facilitate sending entries between threads when we run indexing in a separate worker thread.
- Loading branch information
1 parent
1790825
commit 331e6f5
Showing
4 changed files
with
46 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters