Lei, HUANG
d92c9ac4e9
refactor/remove-cluster-id: ( #220 )
...
### Remove `cluster_id` Field from Protocol Buffers
- **Removed `cluster_id` Field**: The `cluster_id` field has been removed from the `RequestHeader` and `ResponseHeader` messages across multiple langua
bindings and source files. This includes updates to:
- C++: `common.pb.cc`, `common.pb.h`
- Go: `common.pb.go`
- Java: `Common.java`
- Proto: `common.proto`
- Rust: `meta.rs`
These changes streamline the protocol by eliminating the `cluster_id` field, simplifying the message structures and related logic.
2025-03-04 11:17:59 +08:00
taobo
796ce9b003
feat: support for batch querying metadata information of procedure ( #189 )
...
* feat: support for batch querying metadata information of procedures
* optimize code
* optimize code
* add new field lock_keys
* fix: update time type
2024-09-19 11:40:35 +08:00
Weny Xu
93ebc1ba90
feat: add source_tables and source_table_ids ( #151 )
...
* feat: add `source_tables`
* feat: use `SchemaScopedTableName`
* chore: include flow proto
* chore: rename
* feat: add `CreateFlowTask` and `DropFlowTask`
2024-04-25 17:29:14 +08:00
dennis zhuang
96f1f0404f
feat: region procedure service ( #137 )
...
* feat: adds region service and procedure service
* refactor: adds procedure service for ddl and region task
* feat: adds QueryProcedureRequest
* feat: improve ProcedureStateResponse and MigrateRegionRequest
* fix: forgot headers
* fix: remove cluster_id in MigrateRegionRequest
* refactor: rename Procedure to ProcedureService
* chore: rename peer
* fix: forgot java Procedure
2024-02-02 22:56:40 +08:00
Zhenchi
2ffdcae9f9
feat: add InvertedIndexMetas ( #121 )
...
* feat: add `InvertedIndexFooter`
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
* feat: map instead of list
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
* fix: add rust mod
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
* chore: rename InvertedIndexFooter to InvertedIndexMetas
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
* chore: add java outer classname option
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
---------
Signed-off-by: Zhenchi <zhongzc_arch@outlook.com >
2023-11-23 12:31:40 +08:00
WU Jingdi
25429306d0
feat: pass tracing context in proto ( #120 )
...
* feat: pass tracing context in proto
* fix: run make
2023-11-15 19:26:13 +08:00
Weny Xu
c27b3844e5
refactor: remove router rpc ( #114 )
2023-10-31 12:12:55 +08:00
JeremyHi
1d7dc6f18b
feat: remove the move_value api ( #111 )
2023-10-23 10:20:57 +08:00
LFC
73eeb12704
feat: make region request derive strum ( #87 )
...
* feat: derive "strum"
* rebase main
2023-08-28 15:41:50 +08:00
JeremyHi
3489b47421
feat: from valuedata for value ( #82 )
2023-08-21 11:20:56 +08:00
Ruihang Xia
c30a2607be
chore: pub region mod ( #81 )
...
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-08-16 21:48:09 +08:00
Ruihang Xia
dbb8e524ca
feat: define region server related messages ( #79 )
...
* feat: define region server related messages
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* finalise
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* generate language code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* add missing field
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* push region id down
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* remove type alias for region id and column id
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* define query request
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* remove old java file
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* remove go code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-08-15 18:43:23 +08:00
LFC
6e89daefca
refactor: remove unused grpc methods ( #67 )
2023-07-17 11:55:01 +08:00
Weny Xu
917ead6274
feat: Add DropTableTask, AlterTableTask ( #54 )
...
* feat: use type instead of pb bytes
* feat: add table_info to CreateTableTask
* fix: remove unused fields
* feat: bring create route method back
* feat: add table_id in SubmitDdlTaskResponse
* feat: add drop table task
* feat: add alter table task
* chore: allow large_enum_variant
* chore: apply suggestions from CR
2023-07-06 11:55:09 +08:00
Weny Xu
f82201d712
feat: add ddl task service ( #53 )
...
* feat: add ddl task service
* chore: apply suggestions from CR
* chore: add path to build.rs
2023-06-28 16:21:47 +09:00
fys
44c5adf349
chore: modify not_enough_available_datanodes error msg ( #42 )
2023-05-30 12:29:33 +08:00
fys
4e6161351a
chore: modify no_active_datanodes error msg ( #41 )
...
* chore: modify no_active_datanodes error msg
* cr
2023-05-29 14:21:57 +08:00
LFC
f43972af48
feat: some helper function for mailbox message ( #37 )
...
* feat: some helper function for mailbox message
* feat: some helper function for mailbox message
* feat: some helper function for mailbox message
2023-05-18 15:03:00 +08:00
Ruihang Xia
e94a24873b
feat: add substrait extension ( #36 )
...
* feat: add substrait extension
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* fix typo
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-05-18 14:31:14 +08:00
fys
6bfb02057c
fix: add role paramter in meta RequestHeader::new() ( #34 )
...
* fix: add role in meta RequestHeader
2023-05-12 15:43:47 +08:00
fys
1552a21e77
fix: set header ( #32 )
2023-05-10 11:29:26 +08:00
JeremyHi
e8abf8241c
feat: rpc message based heartbeat ( #30 )
...
* feat: rpc message based heartbeat
* chore: by cr
2023-04-26 18:59:45 +08:00
shuiyisong
d3861c34f7
chore: add gen_set_header for BatchDeleteRequest ( #22 )
2023-03-27 16:32:50 +08:00
LFC
eb760d2192
feat: add gRPC reflection service ( #17 )
...
* feat: add grpc reflection
* feat: add grpc reflection
2023-03-20 21:23:58 +08:00
Ning Sun
3a71515056
feat: add promql query support ( #13 )
...
* feat: add promql query support
* feat: add go sources
* refactor: rename promql to prom_range_query
* fix: lint issue
2023-03-13 11:34:53 +08:00
fys
196bb742fb
add gen_set_header for BatchGetRequest ( #8 )
2023-02-21 12:04:14 +08:00
fys
b846743da3
feat: add lock.proto ( #3 )
2023-02-10 16:10:30 +08:00
LFC
6fadcf8c7a
move protobuf from GreptimeDB ( #1 )
...
* move protobuf from GreptimeDB
* add license check
* add other github actions
2023-02-09 14:59:48 +08:00