Re: One query just for curiosity

2024-03-28 Thread Ganesh Walse
You mean to say we can process 32767 records in parallel. And may I know if
this is the case then do we need to do anything for this.

On Fri, 29 Mar 2024 at 8:08 AM, Zhanghao Chen 
wrote:

> Flink can be scaled up to a parallelism of 32767 at max. And if your
> record processing is mostly IO-bound, you can further boost the throughput
> via Async-IO [1].
>
> [1]
> https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/operators/asyncio/
>
> Best,
> Zhanghao Chen
> ----------
> *From:* Ganesh Walse 
> *Sent:* Friday, March 29, 2024 4:48
> *To:* user@flink.apache.org 
> *Subject:* One query just for curiosity
>
> Hi Team,
> If my 1 record gets processed in 1 second in a flink. Then what will be
> the best time taken to process 1000 records in flink using maximum
> parallelism.
>


One query just for curiosity

2024-03-28 Thread Ganesh Walse
Hi Team,
If my 1 record gets processed in 1 second in a flink. Then what will be the
best time taken to process 1000 records in flink using maximum parallelism.


Flink cache support

2024-03-28 Thread Ganesh Walse
Hi Team,

In my project my requirement is to cache data from the oracle database
where the number of tables are more and the same data will be required for
all the transactions to process.

Can you please suggest the approach where cache should be 1st loaded in
memory then stream processing should start.

Thanks & regards,
Ganesh Walse.


need flink support framework for dependency injection

2024-03-26 Thread Ganesh Walse