oscerd commented on issue #1228: URL: https://github.com/apache/camel-kafka-connector/issues/1228#issuecomment-869694817
I don't think there is a possibility to do this, once you sent the request to the http endpoint you're not able to access the response anymore, this is because of how kafka connect works. Even using an SMT won't help, because it would kick in before the sink connector and not after. Maybe you can use the kafka connect reporter feature, to check successful and failing http requests and redirect them to differen t topics. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
