This is actually "suppress intermediate events". It looks like this in the DSL:
With static import: `table.suppress(intermediateEvents(...))` Without static import: `table.suppress(Suppress.intermediateEvents(...))` Does that seem right? [ Full content available at: https://github.com/apache/kafka/pull/5567 ] This message was relayed via gitbox.apache.org for [email protected]
