Forum Discussion

chetanhiwale's avatar
chetanhiwale
Resolver I
1 year ago
Solved

How to drop duplicates in event stream using event processor ?

I am currently exploring what are the differnet ways to drop drop duplicates in eventstream via event processor.  I have understanding that by using groupby we can atleast identify the duplicates.  ...
  • datacoffee's avatar
    datacoffee
    1 year ago

    Sure

     

    in the Eventstream you can add a transformation task - here you will find the "group by" operator.

    in this task you can add a windowing function and setup the needed aggregation 

     

    I hope you can find it 😊