Re: Flink Kafka consumer with low latency requirement
Posted by
Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-Kafka-consumer-with-low-latency-requirement-tp28368p28397.html
Hi,
What kind of function do you use to implement the operator that has the blocking call?
Did you have a look at the AsyncIO operator? It was designed for exactly such use cases.
It issues multiple asynchronous requests to an external service and waits for the response.
Best, Fabian