File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -80,20 +80,20 @@ model KafkaAcl {
8080}
8181
8282alias KafkaAclOpeations =
83- UNKNOWN
84- | ALL
85- | READ
86- | WRITE
87- | CREATE
88- | DELETE
89- | ALTER
90- | DESCRIBE
91- | CLUSTER_ACTION
92- | DESCRIBE_CONFIGS
93- | ALTER_CONFIGS
94- | IDEMPOTENT_WRITE
95- | CREATE_TOKENS
96- | DESCRIBE_TOKENS ;
83+ " UNKNOWN"
84+ | " ALL"
85+ | " READ"
86+ | " WRITE"
87+ | " CREATE"
88+ | " DELETE"
89+ | " ALTER"
90+ | " DESCRIBE"
91+ | " CLUSTER_ACTION"
92+ | " DESCRIBE_CONFIGS"
93+ | " ALTER_CONFIGS"
94+ | " IDEMPOTENT_WRITE"
95+ | " CREATE_TOKENS"
96+ | " DESCRIBE_TOKENS" ;
9797
9898enum KafkaAclResourceType {
9999 UNKNOWN ,
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ model ConsumerGroup {
8888
8989model ConsumerGroupDetails extends ConsumerGroup {
9090 @ invisible (Lifecycle )
91- inherit : "deatils " ;
91+ inherit : "details " ;
9292 partitions ? : ConsumerGroupTopicPartition [];
9393}
9494
You can’t perform that action at this time.
0 commit comments