Am I correct in assuming that the moment we rename an application, the semantics of the Kafka operator will completely change and might end up reading from the "initialOffset" by the application code ?
How is the semantics maintained for a definition of "application name" ?
Does every deploy of the application code result in a new application or it is simply using the @ApplicationAnnotation(name="") instance to define this meaning ?