Can issues with Kafka consumption influence the watermark?

2023-08-07 Thread Piotr Domagalski
. There are 144 partitions on the input, parallelism 72, we use Kafka msg event timestamps (as set by the producer). We've seen it before with 72 partitions and parallelism of 72. -- Piotr Domagalski

Re-interepreting Kafka source as a keyed stream?

2023-06-18 Thread Piotr Domagalski
any issues. -- Piotr Domagalski

Re: Watermark idleness and alignment - are they exclusive?

2023-06-16 Thread Piotr Domagalski
That looks exactly like what we hit, thank you! On Thu, Jun 15, 2023 at 10:57 PM Ken Krugler wrote: > I think you’re hitting this issue: > > https://issues.apache.org/jira/browse/FLINK-31632 > > Fixed in 1.16.2, 1.171. > > — Ken > > > On Jun 15, 2023, at 1:39

Watermark idleness and alignment - are they exclusive?

2023-06-15 Thread Piotr Domagalski
e information on this? -- Piotr Domagalski

Re: Source vs SourceFunction and testing

2022-05-25 Thread Piotr Domagalski
SourceFunction) and env.fromSource(Source) return a > DataStream, and you could apply downstream transformations onto it. > > [1] > https://cwiki.apache.org/confluence/display/FLINK/FLIP-27%3A+Refactor+Source+Interface > > Cheers, > > Qingsheng > > > On May 25, 2022, a

Re: Source vs SourceFunction and testing

2022-05-24 Thread Piotr Domagalski
is required to convert the consumer > records to what the workflow is expecting. > > — Ken > > On May 24, 2022, at 8:34 AM, Piotr Domagalski > wrote: > > Hi, > > I'm wondering: what ithe recommended way to structure the job which one > would like to test late

Source vs SourceFunction and testing

2022-05-24 Thread Piotr Domagalski
/blob/05791e55ad7ff0358b5c57ea8f40eada4a1f626a/ride-cleansing/src/test/java/org/apache/flink/training/exercises/ridecleansing/RideCleansingIntegrationTest.java#L61 -- Piotr Domagalski

At-least once sinks and their behaviour in a non-failure scenario

2022-05-12 Thread Piotr Domagalski
deployment/cli/#stopping-a-job-gracefully-creating-a-final-savepoint -- Piotr Domagalski