Re: How many events can Flink process each second

2019-10-23 Thread vino yang
Hi A.V. Add a few more points to the previous two answers. There is no clear answer to this question. In addition to resource issues, it depends on the size of the messages you are dealing with and the complexity of the logic. If you don't consider a lot of extra factors, look at the performance o

Re: How many events can Flink process each second

2019-10-23 Thread Michael Latta
There are a lot of variables. How many cores are allocated, how much ram, etc. there are companies doing billions of events per day and more. Tell your boss it has proven to have extremely flat horizontal scaling. Meaning you can get it to process almost any number given sufficient hardware.

Re: How many events can Flink process each second

2019-10-23 Thread Andres Angel
Hello A.V. Id depends on the the underlying resources you are planing for your jobs. I mean memory and processing will play a principal role about this answer. keep in mind you are capable to break down your job in a number of parallel tasks by environment or even by an specific taks within your p

How many events can Flink process each second

2019-10-23 Thread A. V.
Hi, My boss wants to know how many events Flink can process, analyse etc. per second? I cant find this in the documentation.