introduce event processing workers

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2024-10-22 10:13:16 +02:00
parent 72e3e54fe0
commit d6958f3a3e
3 changed files with 18 additions and 11 deletions

View File

@@ -28,6 +28,7 @@ func DefaultConfig() *config.Config {
},
Postprocessing: config.Postprocessing{
Events: config.Events{
Workers: 3,
Endpoint: "127.0.0.1:9233",
Cluster: "ocis-cluster",
},