Hi,

I added a default constructor to the class that represents messages flowing 
through my Flink job graph - to satisfy Flink POJO requirements.
Although I don't call that default constructor explicitly, the logs show that 
it is called anyway.

Why is this happening?

In my test, for 77 incoming messages I see 77 calls to my "real" constructor, 
but also another 77 calls - to default constructor, that essentially create 
objects with no value.
Is this expected, or I'm doing something wrong?

Thanks,
Alex Nekrassov
nekras...@att.com<mailto:nekras...@att.com>

Reply via email to