@daocloud-proto/mcamel-kafka 0.20.0-rc2-2 → 0.24.0-rc1-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kafka.pb.ts +2 -0
- package/package.json +1 -1
package/kafka.pb.ts
CHANGED
|
@@ -62,6 +62,7 @@ export enum GetKafkaNodeListRespNodeType {
|
|
|
62
62
|
Kafka = "Kafka",
|
|
63
63
|
Zookeeper = "Zookeeper",
|
|
64
64
|
Manager = "Manager",
|
|
65
|
+
Exporter = "Exporter",
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
export type GetKafkaUsersReq = {
|
|
@@ -192,6 +193,7 @@ export type CreateKafkaReq = {
|
|
|
192
193
|
affinity?: CommonCommon.Affinity
|
|
193
194
|
serviceMonitorInterval?: string
|
|
194
195
|
zookeeperAffinity?: CommonCommon.Affinity
|
|
196
|
+
isCreateKafkaSuperUser?: boolean
|
|
195
197
|
externalTrafficPolicy?: CommonCommon.ExternalTrafficPolicy
|
|
196
198
|
lbTyp?: CommonCommon.LBTyp
|
|
197
199
|
lbPoolName?: string
|