pull request at:
https://github.com/apache/kafka/pull/1246
> KTable.count(final KeyValueMapper selector, String name) throw NPE
>
>
> Key: KAFKA-3589
> URL: https://iss
/1246]
> KTable.count(final KeyValueMapper selector, String name) throw NPE
>
>
> Key: KAFKA-3589
> URL: https://issues.apache.org/jira/browse/KAFKA-3589
>
[
https://issues.apache.org/jira/browse/KAFKA-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251533#comment-15251533
]
Damian Guy commented on KAFKA-3589:
---
LGTM
> KTable.count(final KeyValueMapper s
thor: Guozhang Wang
Date: 2016-04-20T22:00:19Z
v1
> KTable.count(final KeyValueMapper selector, String name) throw NPE
>
>
> Key: KAFKA-3589
> URL: https://iss
[
https://issues.apache.org/jira/browse/KAFKA-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang updated KAFKA-3589:
-
Labels: architecture (was: )
> KTable.count(final KeyValueMapper selector, String name) th
[
https://issues.apache.org/jira/browse/KAFKA-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang updated KAFKA-3589:
-
Fix Version/s: 0.10.0.0
> KTable.count(final KeyValueMapper selector, String name) throw
Damian Guy created KAFKA-3589:
-
Summary: KTable.count(final KeyValueMapper selector,
String name) throw NPE
Key: KAFKA-3589
URL: https://issues.apache.org/jira/browse/KAFKA-3589
Project: Kafka
Hi Damain,
The semantics of Count() is still depending on the KTable, where the
records are of changelogs based on key. So for your example the KTable is
really conceptually from an updating "source table" with only one record
but with updating values from 1 to 5. And KTable.cou
iquan
>
> On Sun, Apr 17, 2016 at 9:59 AM, Damian Guy wrote:
>
> > Hi,
> >
> > I'm slightly confused by KTable.count(..). The javadoc says:
> >
> > Count number of records of this stream by the selected key into a new
> > instance of {@link KTabl
> I'm slightly confused by KTable.count(..). The javadoc says:
>
> Count number of records of this stream by the selected key into a new
> instance of {@link KTable}.
>
> So.. if i send 5 records with the same key to the input topic, as per below
>
> final KafkaProd
Hi,
I'm slightly confused by KTable.count(..). The javadoc says:
Count number of records of this stream by the selected key into a new
instance of {@link KTable}.
So.. if i send 5 records with the same key to the input topic, as per below
final KafkaProducer producer = new
KafkaPro
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/872
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
GitHub user guozhangwang opened a pull request:
https://github.com/apache/kafka/pull/872
MINOR: KTable.count() to only take a selector for key
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/guozhangwang/kafka KCount
13 matches
Mail list logo