Skip to content

Commit

Permalink
enhance: add message and msgstream msgpack adaptor (milvus-io#34874)
Browse files Browse the repository at this point in the history
issue: milvus-io#33285

- make message builder and message conversion type safe
- add adaptor type and function to adapt old msgstream msgpack and
message interface

---------

Signed-off-by: chyezh <[email protected]>
  • Loading branch information
chyezh authored Jul 22, 2024
1 parent 6c19f9b commit 39c7e06
Show file tree
Hide file tree
Showing 42 changed files with 1,758 additions and 661 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@ cwrapper_rocksdb_build/
internal/proto/**/*.pb.go
internal/core/src/pb/*.pb.h
internal/core/src/pb/*.pb.cc
*.pb.go
**/legacypb/*.pb.go
44 changes: 22 additions & 22 deletions internal/flushcommon/writebuffer/mock_manager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39c7e06

Please sign in to comment.