tangled
alpha
login
or
join now
hailey.at
/
followgraph
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
always resume from earliest when fetching from topic
hailey.at
3 months ago
2b039f02
55dc767d
+1
-1
1 changed file
expand all
collapse all
unified
split
config.py
+1
-1
config.py
reviewed
···
14
14
kafka_bootstrap_servers: List[str] = ["localhost:9092"]
15
15
kafka_input_topic: str = "tap-events"
16
16
kafka_group_id: str = "followgrap-indexer"
17
17
-
kafka_auto_offset_reset: str = "latest"
17
17
+
kafka_auto_offset_reset: str = "earliest"
18
18
19
19
metrics_port: int = 8500
20
20
metrics_host: str = "0.0.0.0"