Is there a way to name a state store created by suppress? suppress()
does not appear to support the Named
parameter that most do. trying to register an avro schema to it is difficult when I can’t predict the name
You can call withName
on the Suppress
parameter.
For example
Suppressed.untilWindowCloses(...).withName(...)
Nooooo sh*t. Awesome, can’t believe I missed that.
Well, it’s easy to miss I guess.
Yeah, guess that’s probably true.