mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-24 07:39:28 +00:00
parent
f65eead529
commit
8e52f12e65
@ -36,7 +36,7 @@ proc enrConfiguration*(
|
|||||||
let shardsRes = topicsToRelayShards(conf.pubsubTopics)
|
let shardsRes = topicsToRelayShards(conf.pubsubTopics)
|
||||||
if shardsRes.isOk() and shardsRes.get().isSome():
|
if shardsRes.isOk() and shardsRes.get().isSome():
|
||||||
shardsLocal = shardsRes.get().get().shardIds
|
shardsLocal = shardsRes.get().get().shardIds
|
||||||
elif not shardsRes.get().isNone():
|
elif shardsRes.get().isNone():
|
||||||
info "no pubsub topics specified or pubsubtopic is of type Named sharding "
|
info "no pubsub topics specified or pubsubtopic is of type Named sharding "
|
||||||
else:
|
else:
|
||||||
error "failed to parse pubsub topic, please format according to static shard specification",
|
error "failed to parse pubsub topic, please format according to static shard specification",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user