Merge pull request #6881 from kobergj/UsePutForNats

Use PUT registry for nats
This commit is contained in:
kobergj
2023-07-26 12:00:37 +02:00
committed by GitHub
7 changed files with 42 additions and 12 deletions
+1
View File
@@ -50,6 +50,7 @@ func GetRegistry() mRegistry.Registry {
case "nats":
reg = natsr.NewRegistry(
mRegistry.Addrs(addresses...),
natsr.RegisterAction("put"),
)
case "kubernetes":
reg = kubernetesr.NewRegistry(