Skip to content

Update github.com/ydb-platform/fq-connector-go image to v0.1.2 #1574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}