IMHO, it's better to pass along the deprecation instead of suppressing it.

They both cause the compiler not to issue warnings about the use of deprecated 
APIs in the method body.

This difference is that if we suppress it here, then any `groupBy` calls on a 
`KStreamImpl` reference *will not* issue a warning, whereas calls on a 
`KStream` reference will issue the warning as desired.

[ 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