feat(connector): removed elastic option
This commit is contained in:
parent
22ff45f058
commit
336a745db9
1 changed files with 0 additions and 4 deletions
|
|
@ -42,10 +42,6 @@ func main() {
|
|||
if db, err = saver.NewClickHouse(log, cfg, batches); err != nil {
|
||||
log.Fatal(ctx, "can't init clickhouse connection: %s", err)
|
||||
}
|
||||
case "elasticsearch":
|
||||
if db, err = saver.NewElasticSearch(log, cfg); err != nil {
|
||||
log.Fatal(ctx, "can't init elasticsearch connection: %s", err)
|
||||
}
|
||||
case "s3":
|
||||
if db, err = saver.NewS3Storage(log, cfg, batches); err != nil {
|
||||
log.Fatal(ctx, "can't init s3 connection: %s", err)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue