generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
In opensearch-project/OpenSearch#7957, ActionModule
modifies a declaration of registerDynamicRoute
to support the newly added NamedRoutes. But current implementation in SDK passes these values as String to then be parsed inside registerDynamicRoute. There is a better way to handle this scenario.
What solution would you like?
Per @dbwiddis 's comment, NamedRoute can be turned into a Writeable to allow parsing it to an Object in a much cleaner way.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request