Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MAX_RECORD_SIZE = 1024*1024 - 300
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"` BatchSizeBytes int `config:"batch_size_bytes"` MaxRetries int `config:"max_retries"` Timeout time.Duration `config:"timeout"` Backoff backoff.Backoff `config:"backoff"` GZip bool `config:"gzip"` }
func (*StreamsConfig) Validate ¶
func (c *StreamsConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.