Re: Flink Kafka Issue with EXACTLY_ONCE semantics

2022-04-09 Thread Praneeth Ramesh
not below min.isr setting of > Kafka. I had the same problem and that was it for me. > > Frank > > Op za 9 apr. 2022 04:01 schreef Praneeth Ramesh : > >> Hi All >> >> I have a job which reads from kafka and applies some transactions and >> writes the data b

Option Types not recognized in Table API

2022-02-18 Thread Praneeth Ramesh
astream/fault-tolerance/serialization/types_serialization/#special-types I found out that it is supported in datastream at this documentation. Is there a way to do this in Table API. Thanks in advance for the help.. -- Regards Praneeth Ramesh

Re: Seeing Exception ClassNotFoundException: __wrapper while running in Kubernetes Cluster

2021-09-07 Thread Praneeth Ramesh
/poc-flink-0.0.1.jar $FLINK_HOME/lib/poc-flink.jar` So the same classloader is used. And it solved the problem. Wondering if any of you have tried bundling user code in $FLINK_HOME/usrlib in application mode? Regards Praneeth Ramesh On Mon, Sep 6, 2021 at 9:28 AM Arvid Heise wrote: > This l

Seeing Exception ClassNotFoundException: __wrapper while running in Kubernetes Cluster

2021-09-01 Thread Praneeth Ramesh
Hi All I am trying to run a flink scala application which reads from kafka apply some lookup transformations and then writes to kafka. I am using Flink Version 1.12.1 I tested it in local and it works fine. But when I try to run it on cluster using native kubernetes integration I see weird er