You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by jo...@boehringer-ingelheim.com on 2020/01/23 13:17:57 UTC

Streaming checkpoint parameters

Hi,

We are testing Apache Griffin streaming, and we have several parameters (info.path, ready.time.interval, ready.time.delay, time.range, updatable) in checkpoint configuration that we do not know which is its function:

      "checkpoint": {
        "type": "json",
        "file.path": "hdfs:///griffin/streaming/dump/source",
        "info.path": "source",
        "ready.time.interval": "10s",
        "ready.time.delay": "0",
        "time.range": ["-5m", "0"],
        "updatable": true
      }
Does anybody know where we can find a description of these parameters?

Regards