I don't think that suppress works for any callers of `KStreamImpl#groupBy` -- 
from my understanding, there will be a warning for all callers independently of 
a suppress annotation -- callers would need to add their own annotation to 
suppress the warning for them. A `SuppressWarning` only suppressed warning from 
the body/implementation of this method (ie, if we would call any other 
deprecated method).

I also don't think we need `@Deprecated` as this annotation is inherited anyway.

However, this is an internal class anyway, and thus, not public. Thus, I don't 
have a strong opinion on this.

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

Reply via email to