@kamalcph Yes initially, that was my intention as I wanted to make sure the name for the node was unique. But we already ensure state store names are unique: 1. we create store names by appending a number from an incrementing counter 2. if an attempt is made to add a state store with an existing name a `TopologyException` is thrown.
With that in mind, it will be more clear to use the `storeBuilder.name()` instead. I'm pushing a minor PR soon. [ Full content available at: https://github.com/apache/kafka/pull/5453 ] This message was relayed via gitbox.apache.org for [email protected]
