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