Yeah, it would be like:

```java
(KTableImpl field) int suppressionIndex = 0;
...
(inside suppress method:)
final String name = this.name + "-SUPPRESS-" + (this.suppressionIndex ++);
```

So the suppressions would still be guaranteed a unique name, but any 
renumbering would only affect suppressions that are peers under the same KTable 
node.

[ Full content available at: https://github.com/apache/kafka/pull/5567 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to