Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PutCmd ¶
type PutCmd struct { idk.ConfluentCommand `flag:"!embed"` Topic string `help:"Kafka topic to post to."` Subject string Seed int64 `help:"Random seed for data generation"` Save string `help:"Filename of record log. '-' for stdout."` BatchSize int `help:"Size of record batches to submit to Kafka."` NumRecords int `help:"Number of records to generate"` DryRun bool `help:"Dry run - just flag parsing."` // contains filtered or unexported fields }
PutCmd represents a command to put data into Kafka
func (*PutCmd) CustomAudiences ¶
CustomAudiences returns a fake Custom Audience string
Click to show internal directories.
Click to hide internal directories.