HStreamDB Configuration

    NameDefault ValueDescription
    log-levelinfooptional
    NameDefault ValueDescription
    replication-factor1optional
    backlog-retention7243600the retention time in seconds

    Command-Line Options

    OptionMeta varDescription
    config-pathPATHhstream config path
    bind-addressHOSTserver host value
    advertised-addressHOSTserver listener address value
    gossip-addressHOSTserver gossip address value
    portINTserver port value
    internal-portINTserver channel port value for internal communication
    server-idUINT32ID of the hstream server node
    store-admin-portINTstore admin port value
    metastore-uriSTRSpecify the HMeta protocal such as zk:// or rq://, following with Comma separated host:port pairs, each corresponding to a hmeta server. e.g. zk://127.0.0.1:2181,127.0.0.1:2182,127.0.0.1:2183.
    log-level<critical | fatal | warning | info | debug>Server log level
    log-with-colorFLAGServer log with color