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
I was playing around with using the response from the lambda to put it back on a different topic.
Have you had this requirement and did you solve it by something else than using a kafka producer in the sink?
I extended the InvocationResponse with the payload and just put it back to response.topic with the original Record key. Is there another obvious way to put the result back on kafka using lambda and kafka-connect.
The text was updated successfully, but these errors were encountered:
I was playing around with using the response from the lambda to put it back on a different topic.
Have you had this requirement and did you solve it by something else than using a kafka producer in the sink?
I extended the InvocationResponse with the payload and just put it back to response.topic with the original Record key. Is there another obvious way to put the result back on kafka using lambda and kafka-connect.
The text was updated successfully, but these errors were encountered: