[ 
https://issues.apache.org/jira/browse/KAFKA-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085353#comment-16085353
 ] 

frank t commented on KAFKA-4628:
--------------------------------

[~guozhang]  would be possible to release only a patch for for this ?  
or a work-around ? i am really blocked without this:.

<K1, V1, R> KTable<K, R> join(final GlobalKTable<K1, V1> globalTable,
final KeyValueMapper<K, V, K1> keyMapper,
final ValueJoiner<V, V1, R> joiner);

> Support KTable/GlobalKTable Joins
> ---------------------------------
>
>                 Key: KAFKA-4628
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4628
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: streams
>    Affects Versions: 0.10.2.0
>            Reporter: Damian Guy
>             Fix For: 0.11.1.0
>
>
> In KIP-99 we have added support for GlobalKTables, however we don't currently 
> support KTable/GlobalKTable joins as they require materializing a state store 
> for the join. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to