[ 
https://issues.apache.org/jira/browse/KAFKA-8469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16854720#comment-16854720
 ] 

John Roesler commented on KAFKA-8469:
-------------------------------------

Hey [~bbejeck], sorry for the confusion, but this ticket is actually incorrect. 
The suppress operator (unlike the rest) _must not_ increment the topology 
numbering when the name is provided.

This is as specified in the KIP:

{code:java}
 * Use the specified name for the suppression node in the topology.
 * <p>
 * This can be used to insert a suppression without changing the rest of the 
topology names
 * (and therefore not requiring an application reset).
{code}


> Named Suppress Operator Needs to increment Name Counter
> -------------------------------------------------------
>
>                 Key: KAFKA-8469
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8469
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>            Reporter: Bill Bejeck
>            Assignee: Bill Bejeck
>            Priority: Major
>
> The {{KTable#suppress}} operator can take a user-supplied name for the 
> operator.  If the user does supply a name, the code should still increment 
> the name counter index to ensure any downstream operators that use the 
> generated name don't change.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to