jsonata: allow transforming or discarding responses from K_SINK endpoint#64
Conversation
|
@pierDipi: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Sometimes, sink endpoints return invalid JSON values or non CloudEvents, this allows transforming the response the "same" way we transform the request with a potentially different transformation. Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
cb81225 to
2234492
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Sometimes, sink endpoints return invalid JSON values or non CloudEvents, this allows transforming the response the "same" way we transform the request with a potentially different transformation.
Changes
/kind
Fixes #
Release Note
Docs