-
Type:
Story
-
Status: Resolved (View Workflow)
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.7
-
Component/s: openonu-adapter
-
Labels:None
-
Story Points:2
-
Epic Link:
Support for multiple instances of the openonu adapter in go
the adapter should simply report a different topic for each replica:
https://github.com/opencord/voltha-openonu-adapter-go/blob/master/cmd/openonu-adapter/main.go#L290-L292
To support multiple openolt adapter we’ll also need to remove this config and read it from Endpoint manager: https://github.com/opencord/voltha-openonu-adapter-go/blob/master/internal/pkg/config/config.go#L44