[jira] [Created] (KAFKA-3757) Add new client to "clients" page please

2016-05-26 Thread Vadim Chekan (JIRA)
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

Re: Can Fetch Request cause delay of Produce Request?

2014-09-25 Thread Vadim Chekan
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

Can Fetch Request cause delay of Produce Request?

2014-09-25 Thread Vadim Chekan
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

Re: Protocol specification: who handles partial messages?

2014-08-13 Thread Vadim Chekan
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,

Protocol specification: who handles partial messages?

2014-08-13 Thread Vadim Chekan
>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

[jira] [Commented] (KAFKA-1405) Global JSON.globalNumberParser screws up other libraries

2014-04-21 Thread Vadim Chekan (JIRA)
[ 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

[jira] [Created] (KAFKA-1405) Global JSON.globalNumberParser screws up other libraries

2014-04-17 Thread Vadim Chekan (JIRA)
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