Documentation ¶
Index ¶
- Constants
- type Config
- type Iterator
- type Source
- func (s *Source) Ack(ctx context.Context, position record.Position) error
- func (s *Source) Open(ctx context.Context, cfg plugins.Config) error
- func (s *Source) Read(ctx context.Context, rp record.Position) (record.Record, error)
- func (s *Source) Teardown() error
- func (s *Source) Validate(cfg plugins.Config) error
Constants ¶
View Source
const ( // ConfigKeyPollingPeriod is the config name for the S3 CDC polling period ConfigKeyPollingPeriod = "polling-period" // DefaultPollingPeriod is the value assumed for the pooling period when the // config omits the polling period parameter DefaultPollingPeriod = "1s" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.