You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
while refactoring TPAL because of single registry all handlers are of the type DynamicJSEndpoint and registered there. Not all handlers in TPAL are of the type DynamicJS in an application.
Describe the solution you'd like
CCF should allow to define handlers to be either of type UserEndptRegistry, DynamicJSEndptRegistry, or of the type UserEndpt, DynamicJsEndpt and register it in the OneRegistry or the other option is to expose some routing mechanism in Userspace that app developers could leverage to route specific endpoints to the specific endpt registry.
This design will allow scoping handlers down to the only necessary actions they can do defined by the endpt type.
Describe alternatives you've considered
At this stage their is no other option because CCF does not allow registering multiple registries.
Additional context
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
while refactoring TPAL because of single registry all handlers are of the type DynamicJSEndpoint and registered there. Not all handlers in TPAL are of the type DynamicJS in an application.
Describe the solution you'd like
CCF should allow to define handlers to be either of type UserEndptRegistry, DynamicJSEndptRegistry, or of the type UserEndpt, DynamicJsEndpt and register it in the OneRegistry or the other option is to expose some routing mechanism in Userspace that app developers could leverage to route specific endpoints to the specific endpt registry.
This design will allow scoping handlers down to the only necessary actions they can do defined by the endpt type.
Describe alternatives you've considered
At this stage their is no other option because CCF does not allow registering multiple registries.
Additional context
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: