Skip to content

Commit

Permalink
Update github.com/ydb-platform/fq-connector-go image to v0.1.2 (ydb-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored and EgorkaZ committed Apr 5, 2024
1 parent 9acd579 commit 8259204
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ services:
- 8123
fq-connector-go:
container_name: ${USER}_connector-integration-tests-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.1.1@sha256:47e24df143aee31a83d4a4cd0acc20b4cab8c03a9c63e81a6e99cb017a31f916
image: ghcr.io/ydb-platform/fq-connector-go:v0.1.2@sha256:258dd5950ec034952bd255b86b154836c426ca5536c9f36c87d14c459204eb2e
volumes:
- ./fq-connector-go/config.conf:/usr/local/etc/fq-connector-go.conf
ports:
- 50051
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
connector_server {
endpoint {
host: "0.0.0.0"
port: 50051
}
}

logger {
log_level: DEBUG
enable_sql_query_logging: true
}

pprof_server {
endpoint {
host: "0.0.0.0"
port: 6060
}
}

paging {
bytes_per_page: 4194304
prefetch_queue_capacity: 2
}

conversion {
use_unsafe_converters: true
}

0 comments on commit 8259204

Please sign in to comment.