This is on Flink v1.12.3. On Thu, Mar 17, 2022 at 3:16 PM Dan Hill <quietgol...@gmail.com> wrote:
> Hi. I have an operator that Flink chained together with some side output > operators. Even though the main output of the operator goes to another > operator, the "Records Sent" metric is still zero. I'd expect it to be the > number of records of the main output (not the side sink operators). > > Is this a known issue? > > [image: Screen Shot 2022-03-17 at 3.04.04 PM.png] >