Skip to content

Commit

Permalink
refactor: introduce TopicPool
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePieWw committed Jan 16, 2025
1 parent 3573320 commit 19409f3
Show file tree
Hide file tree
Showing 10 changed files with 701 additions and 561 deletions.
2 changes: 1 addition & 1 deletion src/common/meta/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub mod table_route;
#[cfg(any(test, feature = "testing"))]
pub mod test_utils;
mod tombstone;
pub mod topic;
pub mod topic_name;
pub(crate) mod txn_helper;
pub mod view_info;

Expand Down
255 changes: 0 additions & 255 deletions src/common/meta/src/key/topic.rs

This file was deleted.

Loading

0 comments on commit 19409f3

Please sign in to comment.