Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PartitionKeyProvider ¶
type StreamsConfig ¶
type StreamsConfig struct { Region string `config:"region"` DeliveryStreamName string `config:"stream_name"` PartitionKey string `config:"partition_key"` PartitionKeyProvider string `config:"partition_key_provider"` BatchSize int `config:"batch_size"` MaxRetries int `config:"max_retries"` Timeout time.Duration `config:"timeout"` Backoff backoff `config:"backoff"` }
func (*StreamsConfig) Validate ¶
func (c *StreamsConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.