Question

Streamsets Subscription for "Execution Engine not responding"

  • 10 June 2023
  • 0 replies
  • 32 views

trying to configure a subscription that could alert me when any SDC doesn't respond for 2 minutes.

 

but getting error :

Encountered error processing EL filter in subscription <subscription_id>.

 

 

Tried with below expressions:

${(time:dateTimeToMilliseconds(time:now())-120000)>LAST_REPORTED_TIME}

${(time:dateTimeToMilliseconds(time:now())-120000)>record:value('/LAST_REPORTED_TIME')}

is there a way to do this?

 

PS: already read Execution Engine Not Responding Subscription | StreamSets Community :)


0 replies

Be the first to reply!

Reply