graphrunner.ingestgraphrunner-groupKAFKA_MODE=local → localhost:9092KAFKA_MODE=docker → kafka:9092The consumer listens for messages structured as it follows:
{
"vertices": [...],
"edges": [...]
}
These messages are validated and routed through the ingestion pipeline.