[FEA]: Support different output data types in the HttpSourceStage
#1811
Labels
feature request
New feature or request
HttpSourceStage
#1811
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
Currently, the
HttpSourceStage
only supports outputting aMessageMeta
object. This is very limiting in situations where some additional metadata needs to be attached to the message that is only available with the HTTP request object.Describe your ideal solution
Support outputting different data types by the
HttpSourceStage
class. Ideally, it should be capable of outputting any type which is returned by the endpoint processing lambda. At a minimum,ControlMessage
s should be able to be generated by this stage.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: