Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MaxBytes int64 `json:"max_bytes"`
MaxBatchSize int `json:"max_batch_size"`
PublishTimeoutSeconds int `json:"publish_timeout_seconds"`
MaxInflightBatches int `json:"max_inflight_batches"`
AckWaitSeconds int `json:"ack_wait_seconds"`
DeleteStreamOnDone bool `json:"delete_stream_on_done"`
BackoffSeconds []int `json:"backoff_seconds"`
}
func (*Config) SetDefaults ¶
func (cfg *Config) SetDefaults()
Click to show internal directories.
Click to hide internal directories.