elasticstream/config.go

9 lines
166 B
Go
Raw Normal View History

2024-10-03 12:40:46 +05:30
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
}