Jira issue assignment privs

2019-08-01 Thread M Singh
Hi: I've created a JIRA issue  https://issues.apache.org/jira/browse/FLINK-13542?filter=-2 and have submitted a pull request, but I am not able to assign it to myself.  I believe I had the privs earlier.  Can you please let me know how I can assign the issue to myself. Thanks Mans

Guide for Flink Source/Sinks

2016-05-09 Thread M Singh
Hi Folks: I am new to Flink and wanted to find out if there is a guide to how to create new sources/sinks for Flink. I tried browsing through the documentation but did not find a single place with all the interfaces/etc required. Thanks for your help. Mans

Re: Guide for Flink Source/Sinks

2016-05-10 Thread M Singh
, 2016 at 11:54 PM, M Singh wrote: Hi Folks: I am new to Flink and wanted to find out if there is a guide to how to create new sources/sinks for Flink. I tried browsing through the documentation but did not find a single place with all the interfaces/etc required. Thanks for your help. Mans

Re: Guide for Flink Source/Sinks

2016-05-10 Thread M Singh
Hi Till, Folks: I found ParallelSourceFunction/RichParallelSourceFunctions in the flink-streaming-java_2.10 module (1.1-SNAPSHOT), but could not find ParallelSinkFunction et. al.  Am I missing anything ? Thanks On Tuesday, May 10, 2016 5:31 AM, M Singh wrote: Thanks Till for the

Apache Flink Statefun - broadcast state

2022-04-11 Thread M Singh
Hi: I am working with Stateful Functions 3.2.0 using Java SDK. I wanted to find out if there is a broadcast to all functions feature available in Stateful Functions just like broadcast process and keyed broadcast processing in Apache Flink. Please let me know if there is any example/documentation