Kafka connect multiple Rest APIs

I have a requirement where I need to get data from multiple rest APIs, that is iterate records fetched from initial Rest, using that get details from another Rest API based on a condition, and save the resulted records using another Rest API. Can this be achieved using Kafka connect?

@phxgbl Kafka Connect provides a REST API, but the purpose is for management of the Connect cluster itself and not to work with Kafka event data.

Although I’m not certain your questions is specifically about Kafka, as an FYI there are RESTful interfaces available for working with Kafka event data. For example the one provided by Confluent (Confluent REST APIs | Confluent Documentation).

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.