Hi folks,
is it possible / does it make sense to use an Android app as a "Producing
client" for Apache Kafka?
Let's say my Android App need to capture and analyse reaction time data. Goal
is to collect all data and show the average reaction time in real-time in the
App.
The alternative is hav
Yeah, I'm all for getting these to run more frequently and on lighter
weight infrastructure. (By the way, I also saw the use of docker; I'd
really like to get a "native" docker cluster type into ducktape at some
point so all you have to do is bake the image and then spawn containers on
demand.)
A
You won't be accepting/returning SpecificRecords directly when working with
Connect's API. Connect intentionally uses an interface that is different
from Kafka serializers because we deal with structured data that the
connectors need to be able to understand. We define a generic runtime
representat
[
https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642883#comment-15642883
]
Jun Yao commented on KAFKA-4385:
yeah,
the case is
1. broker has disabled topic auto crea
[
https://issues.apache.org/jira/browse/KAFKA-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642796#comment-15642796
]
Jiangjie Qin commented on KAFKA-4381:
-
Yeah, it should be a simple one. I'll put toget
[
https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642789#comment-15642789
]
Jiangjie Qin commented on KAFKA-4385:
-
It seems you are more worrying about the blocki
[
https://issues.apache.org/jira/browse/KAFKA-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642780#comment-15642780
]
Ewen Cheslack-Postava commented on KAFKA-4381:
--
I suppose since metrics can b
GitHub user ewencp opened a pull request:
https://github.com/apache/kafka/pull/2108
MINOR: Fix regex on connector path param in ConnectorsResource
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ewencp/kafka fix-rest-api-regex
A
[
https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642343#comment-15642343
]
Jun Yao commented on KAFKA-4385:
Thanks, I tried changing 'retry.backoff.ms', it does hel
making header _key_ serialization configurable potentially undermines the
board usefulness of the feature (any point along the path must be able to
read the header keys. the values may be whatever and require more intimate
knowledge of the code that produced specific headers, but keys should be
uni
[
https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642072#comment-15642072
]
Jiangjie Qin commented on KAFKA-4385:
-
Thanks for the explanation. Sorry I misundersto
[
https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642021#comment-15642021
]
Jun Yao edited comment on KAFKA-4385 at 11/6/16 4:19 PM:
-
[~becket
[
https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642021#comment-15642021
]
Jun Yao commented on KAFKA-4385:
[~becket_qin]
As said in this ticket title, the unneces
[
https://issues.apache.org/jira/browse/KAFKA-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15641989#comment-15641989
]
Jiangjie Qin commented on KAFKA-4385:
-
[~Jun Yao] Is this really a problem? The loop i
Hi David,
I am thinking that depending on the use case, we may not need a separate
tool to have the committed message based retention using the trim() method.
One way to do this is to have a configuration like trim.on.offset.commit in
the consumer so after committing the offset, the consumer will
Hi Becket,
The most important benefit of method (2) is we can safely delete the log
segments, becasue all the deleted log segments are consumed.
If the messages are very important, in this case we need to safely delete the
log segments instead of forcing delete it after the retention time.
K
[
https://issues.apache.org/jira/browse/KAFKA-4384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15641511#comment-15641511
]
Jiangjie Qin commented on KAFKA-4384:
-
[~junhe] Thanks for reporting the issue. Yes, t
17 matches
Mail list logo