is it ok to use flink in system design interviews?
for questions like top k , hit counter, distributed logging i see flink is used. For system design interviews what can be asked about flink?
i know its used for stream processing, takes data from source, does computation for some time period (similar to batching) and then pushes the data to a sink. It guarantees exactly once processing so there wont be less or more counts. Anything else ?
u/Dramatic-Bill-5790 — 6 days ago