新增kafka模块

This commit is contained in:
boyce
2024-04-28 11:21:59 +08:00
parent 0489ee3ef4
commit bbbb511b5f
5 changed files with 658 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package kafkamodule
type Sasl struct {
UserName string `json:"UserName"`
Passwd string `json:"Passwd"`
InstanceId string `json:"InstanceId"`
}