package elasticstream
type Config struct {
Host string
// map of index name and position from where data is to be read.
Indexes []string
BatchSize int
DBPath string
}