Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletionMode ¶ added in v1.2.0
type CompletionMode int8
const ( UpdateCompletionMode CompletionMode = iota DeleteCompletionMode )
type Config ¶
type Config struct { // Interval between consumer polls PollInterval int // Number of events to attempt to fetch on each // interval BatchSize int // Postgres connection url DatabaseUrl string // Comma-separated set of bootstrap urls BrokerUrls string // List of topics to subscribe to Topics []string // Defines how gox should handle completed events. CompletionMode CompletionMode }
Click to show internal directories.
Click to hide internal directories.