Vadim Chekan created KAFKA-3757:
---
Summary: Add new client to "clients" page please
Key: KAFKA-3757
URL: https://issues.apache.org/jira/browse/KAFKA-3757
Project: Kafka
Issue
client and a
> consumer client, each of which will have it's own TCP connection to the
> server.
>
> On Thu, Sep 25, 2014 at 11:40 AM, Vadim Chekan
> wrote:
>
> > Hi all,
> >
> > I'm working on my own kafka client implementation and I notic
Hi all,
I'm working on my own kafka client implementation and I noticed strange
situation.
Time(s) | Action
0.0MetadataRequest
0.0MetadataResponse
0.2OffsetRequest
0.2OffsetResponse
0.3FetchRequest(MaxWaitTime=20sec)
6.0ProduceRequest
31.0 FetchResponse
notice 25sec
he bytes returned to the consumer
> may not include all the bytes of the last message. The consumer client
> library will figure out the boundary of the last complete message and use
> that info to initiate the next fetch request.
>
> Thanks,
>
> Jun
>
>
> On Wed,
>From kafka spec of Fetch API:
"As an optimization the server is allowed to return a partial message at
the end of the message set. Clients should handle this case."
What does "client" mean? Client's application, or kafka's communication
driver?
Also, what "partial message" means? Does it mean, th
[
https://issues.apache.org/jira/browse/KAFKA-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975828#comment-13975828
]
Vadim Chekan commented on KAFKA-1405:
-
Hi Jun,
Thanks for quick response.
S
Vadim Chekan created KAFKA-1405:
---
Summary: Global JSON.globalNumberParser screws up other libraries
Key: KAFKA-1405
URL: https://issues.apache.org/jira/browse/KAFKA-1405
Project: Kafka
Issue