mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console: add an API to get the last received flow
This commit is contained in:
@@ -65,6 +65,7 @@ components and centralizes configuration of the various other components.`,
|
||||
config.ClickHouseDB = config.ClickHouse.Configuration
|
||||
config.ClickHouse.Kafka.Configuration = config.Kafka.Configuration
|
||||
config.Inlet.Kafka.Configuration = config.Kafka.Configuration
|
||||
config.Console.ClickHouse = config.ClickHouse.Configuration
|
||||
}
|
||||
if err := OrchestratorOptions.Parse(cmd.OutOrStdout(), "orchestrator", &config); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user