You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2017/12/08 17:14:00 UTC

[jira] [Resolved] (KAFKA-5002) Stream does't seem to consider partitions for processing which are being consumed

     [ https://issues.apache.org/jira/browse/KAFKA-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guozhang Wang resolved KAFKA-5002.
----------------------------------
    Resolution: Not A Problem

> Stream does't seem to consider partitions for processing which are being consumed
> ---------------------------------------------------------------------------------
>
>                 Key: KAFKA-5002
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5002
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 0.10.2.0
>         Environment: Windows 8.1
>            Reporter: Mustak
>              Labels: patch
>
> Kafka streams doesn't seems to consider particular partition for processing if that partition is being consumed by some consumer. For example if I've two topics t1 and t2 with two partitions p1 and p2 and there is a stream process is running with consumes data from these topics and produce output to topic t3 which has two partitions. If run this kind of topology it works but if i start consumer which consumes data from topic t1 and partition p1 then the stream logic doesn't consider p1 for processing and stream doesn't provide any output related to that partition. I think stream logic should consider partitions which are being consumed.



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