Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Server string `long:"server" description:"kafka server" default:"localhost"` Port string `long:"port" description:"kafka port" default:"9092"` Topic string `long:"topic" description:"kafka topic" default:"my_topic"` Partition int32 `long:"partition" description:"partition to read from"` }
Click to show internal directories.
Click to hide internal directories.