Hi John
I had a similar situation with Azure Application Insights. Had it as a maven
dependency built into the uber JAR, but ran into NoClassDef found. I ended up
packaging it to a custom Docker image, and that works as expected.
Oliver
>
> Am 23.11.2021 um 20:18 schrieb John Karp :
>
> Hi,
>
>
> On Thu, Nov 18, 2021 at 1:37 PM Oliver Moser <mailto:olz...@gmail.com>> wrote:
> Hi!
>
> I'm running into a problem when converting back and forth from a streaming
> table to a data stream. Given the following
> table DDL:
>
>create table
ature
> worth supporting.
>
> Mind opening an issue with a reproducer?
>
>
> On Thu, Nov 18, 2021 at 1:37 PM Oliver Moser <mailto:olz...@gmail.com>> wrote:
> Hi!
>
> I'm running into a problem when converting back and forth from a streaming
&g
Hi!
I'm running into a problem when converting back and forth from a streaming
table to a data stream. Given the following
table DDL:
create table masterdata
(
facility text,
manufacturer text,
serial integer,
latitude double precision,
longitude double precis
aster/src/main/java/com/ververica/flinktraining/examples/table_java/stream/Sort.java
>
> <https://github.com/ververica/flink-training-exercises/blob/master/src/main/java/com/ververica/flinktraining/examples/table_java/stream/Sort.java>
>
> Alexey
> From: Oliver Moser mail
Hi!
I am investigating the use of Flink for a new project and started some simple
demos.
Currently I am stuck at the point where I need to deal with events arriving out
of order based on their event time. I’ve spent quite some time researching on
SO, the docs, the Ververica training (excellen