lucasbru commented on PR #19359: URL: https://github.com/apache/kafka/pull/19359#issuecomment-2782759530
> @lucasbru Out of curiosity, it seems the soft-state flag is used to add more logs on both client-side and server-side. Is that expected? Yes. There was logging associated with this flag on the client-side also in the old protocol. This adds some logging on the broker-side. > Also, according to KIP-1071, the request shutdown of the whole application should be available only if the member epoch is equal to leave epoch. Hence, should we check the flag in the `streamsGroupLeave` rather than `streamsGroupHeartbeat`? Ah, good point. That is an error in the KIP. We planned to allow it only the leave heartbeat, but @cadonna pointed out that it makes the implementation unnecessarily complex. There is a sentence left over from that in the KIP. I will fix this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org