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
We should refactor the current dsp module implementation.
DspRequestHandlerImpl and JsonLdRemoteMessageSerializerImpl should rely on the root TypeTransformerRegistry and then fetch the correct ContextTransformerRegistry based on the dsp-api prefix + version extracted from RemoteMessage and DspRequest.
For backward compatibility if no version is found the lookup for transformers is dsp-api otherwise will be dsp-api:<version>
Which Areas Would Be Affected?
core dsp
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered:
Feature Request
We should refactor the current dsp module implementation.
DspRequestHandlerImpl
andJsonLdRemoteMessageSerializerImpl
should rely on the rootTypeTransformerRegistry
and then fetch the correctContextTransformerRegistry
based on thedsp-api
prefix + version extracted fromRemoteMessage
andDspRequest
.For backward compatibility if no version is found the lookup for transformers is
dsp-api
otherwise will bedsp-api:<version>
Which Areas Would Be Affected?
core dsp
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered: