You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Description
There is an inconsistency between the documentation and the source code. The documentation refers to LogStore and KvStore in the architecture, whereas the source code uses the terms KvManager and LogManager.
To align with the documentation and avoid confusion for users exploring the codebase, consider renaming KvManager and LogManager to KvStore and LogStore, respectively. This renaming process may be complex, as we need to ensure that the new names don't conflict with the current code.
Willingness to contribute
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
There is an inconsistency between the documentation and the source code. The documentation refers to LogStore and KvStore in the architecture, whereas the source code uses the terms
KvManager
andLogManager
.To align with the documentation and avoid confusion for users exploring the codebase, consider renaming
KvManager
andLogManager
toKvStore
andLogStore
, respectively. This renaming process may be complex, as we need to ensure that the new names don't conflict with the current code.Willingness to contribute
The text was updated successfully, but these errors were encountered: