From 1ca69b379e763631aa9a7c71065cc5fb6b4d01d1 Mon Sep 17 00:00:00 2001 From: sanny-io Date: Wed, 4 Mar 2026 23:01:14 +0000 Subject: [PATCH] Disable Debezium options. --- .github/workflows/build-and-test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 9223beb..1e86866 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -47,11 +47,11 @@ jobs: DEBEZIUM_SOURCE_OFFSET_STORAGE: io.debezium.storage.redis.offset.RedisOffsetBackingStore DEBEZIUM_SOURCE_OFFSET_STORAGE_REDIS_KEY: zenstack.metadata.offsets SCHEMA_INCLUDE_LIST: public - options: >- - --health-cmd "curl -f http://localhost:8080/q/health" - --health-interval 5s - --health-timeout 5s - --health-retries 5 + # options: >- + # --health-cmd "curl -f http://localhost:8080/q/health" + # --health-interval 5s + # --health-timeout 5s + # --health-retries 5 redis: image: redis:6.2