NATS_URL | | NATS url |
NATS_STORAGE_TYPE | "0" | NATS storage type: 0 - files, 1 - memory |
NATS_EVENT_STREAM | DebeziumStream | Stream name for playback event |
NATS_EVENT_SUBJECT | aoh.live.postgres.* | Stream subject for playback event |
TRANSFORM_MESSAGE_DB_HOST | localhost | Transform message DB information |
TRANSFORM_MESSAGE_DB_PORT | 5432 | Transform message DB information |
TRANSFORM_MESSAGE_DB_DATABASE | postgres | Transform message DB information |
TRANSFORM_MESSAGE_DB_SCHEMA | public | Transform message DB information |
TRANSFORM_MESSAGE_DB_USER | postgres | Transform message DB information |
TRANSFORM_MESSAGE_DB_PASSWORD | | Transform message DB information |
LIVE_DB_HOST | localhost | Live DB information |
LIVE_DB_PORT | 5432 | Live DB information |
LIVE_DB_DATABASE | postgres | Live DB information |
LIVE_DB_USER | postgres | Live DB information |
LIVE_DB_PASSWORD | | Live DB information |
LIVE_DB_SSL_MODE | disable | Live DB information |
PLAYBACK_DB_HOST | localhost | Live DB information |
PLAYBACK_DB_PORT | 5432 | Live DB information |
PLAYBACK_DB_DATABASE | postgres | Live DB information |
PLAYBACK_DB_USER | postgres | Live DB information |
PLAYBACK_DB_PASSWORD | | Live DB information |
MINIO_URL | | Storage host |
MINIO_BUCKET | backup | Storage bucket name |
RTUS_DOMAIN | | RTUS service domain |
SCHEDULE_JOB_DOMAIN | | schedulejob service domain |
DEFAULT_REPLAY_DURATION | 2h | default replay duration |
DB_SNAPSHOT_RETENTION_IN_DAY | "7" | retention dump object |
VALID_MIN_REPLAY_SPEED | "0.5" | min speed in playback session |
VALID_MAX_REPLAY_SPEED | "5" | max speed in playback session |
REPLAY_INTERVAL_IN_SECOND | "10s" | replay interval update |
SYSTEM_SCHEMA_NAME | "aoh_sys" | system schema include system time table |
SQL_STMT_BATCH_SIZE | "1000" | batch size to execute SQL statement during init and play session |