Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "topics", Short: "Describe topics", RunE: func(cmd *cobra.Command, args []string) error { if generate { err := printTopicsToMoveJSONFile(topics) if err != nil { return fmt.Errorf("problem generating topics-to-move json file: %w", err) } return nil } client := &kafka.Client{Addr: kafka.TCP(vars.BootstrapServer)} err := printDescribeTopics(client, topics) if err != nil { return fmt.Errorf("problem describing topics: %w", err) } return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.