Documentation ¶ Index ¶ type Error func (k Error) String() string func (k Error) Timestamp() int64 type Store func NewStore(kafkaConfiguration kafka.ConfigMap, bootstrapServers string, topics []string, ...) (*Store, error) func (ks *Store) Close() error func (ks *Store) Events() chan store.Event Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Error ¶ type Error struct { // contains filtered or unexported fields } func (Error) String ¶ func (k Error) String() string func (Error) Timestamp ¶ func (k Error) Timestamp() int64 type Store ¶ type Store struct { *kafka.Consumer // contains filtered or unexported fields } func NewStore ¶ func NewStore(kafkaConfiguration kafka.ConfigMap, bootstrapServers string, topics []string, groupID string, sessionTimeout int) (*Store, error) func (*Store) Close ¶ func (ks *Store) Close() error TODO remove return error func (*Store) Events ¶ func (ks *Store) Events() chan store.Event Source Files ¶ View all Source files helper.go partition.go reset_ticker.go store.go Click to show internal directories. Click to hide internal directories.