Skip to content

Commit

Permalink
[INLONG-11520][SDK] Add Common DirtyServerType
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Nov 21, 2024
1 parent 22d9a33 commit 1d68c7e
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ public enum DirtyServerType {

UNDEFINED("Undefined"),
TUBE_MQ("TubeMQ"),
ICEBERG("Iceberg")
ICEBERG("Iceberg"),
HIVE("Hive"),
STAR_ROCKS("StarRocks"),
KAFKA("Kafka"),
PULSAR("Pulsar"),
ELASTICSEARCH("Elasticsearch"),
MYSQL("Mysql"),
SORT_STANDALONE("SortStandalone"),

;

Expand Down

0 comments on commit 1d68c7e

Please sign in to comment.