I m wondering if there is a solution to call a
- REST API (or multiple REST APIs) inside a flink program directly or not ? if such solution is exist.
- Do you think it is better to push my processed data from flink to a message broker like kafka or something at first and then from kafka call REST APIs?
- or I can Call REST APIs directly from my flink program as well?