In response to this comment, I've gone through the whole `KStreamImpl` and 
standardized the generic types in the following way:
* `K,V` (unchanged) the key/value types of `this` stream
* `KR/VR` the "result" key/value types where applicable
* `KO/VO` the "other" key/value types (where there's an "other" stream involved)
* `KG/VG` the key/value types when there's a global table involved
* `K1/V1` key/value types with no particular semantics that are scoped to the 
method (I.e., not the same as the instance-level `this` `K/V`)

[ Full content available at: https://github.com/apache/kafka/pull/5741 ]
This message was relayed via gitbox.apache.org for devnull@infra.apache.org

Reply via email to