Write batch function for apache flink

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Write batch function for apache flink

anurag
Hi All,
I searched in mail archives but could not find any email related to write a batch function hence this email. I am a apache flink newbie and I need to write a batch function which amount of batching constraint by time and count of the events.
Can you please guide how to write  a batching function?
Many thanks,
Anurag
P.S I did found https://gist.github.com/shikhar/2cb9f1b792be31b7c16e/9f08f8964b3f177fe48f6f8fc3916932fdfdcc71 on google search is this code points to the right direction for batching ?
Reply | Threaded
Open this post in threaded view
|

Re: Write batch function for apache flink

Averell
Hi Anurag,

Something like this one:
https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/batch/
Is it what you are looking for?

Regards,
Averell




--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Write batch function for apache flink

anurag
Thanks Averell, let me try this out and get back to you.

On Sat, Apr 27, 2019 at 11:44 PM Averell <[hidden email]> wrote:
Hi Anurag,

Something like this one:
https://ci.apache.org/projects/flink/flink-docs-release-1.8/dev/batch/
Is it what you are looking for?

Regards,
Averell




--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/