nats discovery

This commit is contained in:
mr 2024-10-17 14:16:18 +02:00
parent 847ef2e95c
commit 1561d0c81e

View File

@ -94,7 +94,7 @@ func (a *API) SubscribeRouter() {
for k := range info.GetMethod() {
methods = append(methods, k)
}
path := strings.ReplaceAll(info.GetPattern(), "/oc", "/"+config.GetAppName())
path := strings.ReplaceAll(info.GetPattern(), "/oc", "/"+strings.ReplaceAll(config.GetAppName(), "oc-", ""))
discovery[path] = methods
}
nats.SetNATSPub("api", DISCOVERY, discovery)