Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-7801

Add heartbeat action query to SQL Server

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.7.0.Alpha2
    • None
    • sqlserver-connector
    • None
    • False
    • None
    • False

      Feature request or enhancement

      This feature already exist in MySQL, Postgres, and Oracle connectors. This request is for SQL Server.

      Which use case/requirement will be addressed by the proposed feature?

      We have a separate table where we want to track if the engine is really running and track the latency from source to target. This table contains a timestamp column and we want to use the heartbeat query to insert/update GETDATE() value in there (or run any user provided SQL).

      In the past we have experience engine issues where the engine status is in a running state (based on JMX metrics), but it was not doing anything. Having heartbeat action query will help us identify if the engine is doing any activity rather than solely rely on the metrics provided by Debezium. This basically provides us another option to validate if engine is running/active.

            Unassigned Unassigned
            wtahash Will Ta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: