Can you use EL in sseName?

Hi, I’m trying to specify the sse connection name based on the counterName, but it’s not pulling the value from the EL - bets${count}: already exists

.repeat(2, "count") {
  exec {
    BetslipV2Sse.betslipSseConnect
    BetslipV2Sse.betSseConnect
  }



No, it’s currently a static String.
If you think it really makes sense to have this, please feel free to contribute a PR :slight_smile: