Feature/python client and raft - #1
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Swap sled 0.34 for redb 2 in workspace dependencies - Create redb_repository.rs with RedbUserRepository and RedbRoleRepository - Create redb_store.rs with RedbPersistence - Replace From<sled::Error> with redb error conversions in auth/error.rs - Update all callers across carbon, server-http, carbon-server - Delete sled_repository.rs and sled_store.rs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tCacheNode dep - Change process_connection signature to accept Arc<dyn CacheOperations<Vec<u8>, Bytes>> instead of Arc<RaftCacheNode>, enabling use in both standalone and cluster modes - Remove carbon-raft dependency from server-tcp/Cargo.toml - Remove forwarding logic that was specific to Raft clustering - Remove carbon_raft::node::RaftCacheNode import Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… Option<RaftCacheNode>
…behind Option<RaftCacheNode>
…user/role handlers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds standalone.rs with a no-Raft startup path using RedbUserRepository, RedbRoleRepository, and CacheOperationsService. Also fixes AppState::new call in main.rs to match the updated 6-arg signature (cache_ops + raft_node). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.