| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
1168 (3.119s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: C/C++ Client - Kafka - [mail # user]
|
|
...At LinkedIn, we are also building a native C producer client for 0.8. Ituses non-blocking socket I/O to improve the producer throughput. We plan toopen source it when it's fully tested, hope...
|
|
|
Author: Jun Rao,
2013-04-01, 14:54
|
|
|
Re: More SocketTimeoutExceptions - Kafka - [mail # user]
|
|
...This means that somehow the broker is not sending the response to theproducer and is sending it back to the wrong client. Any error in thebroker log?Thanks,JunOn Fri, Mar 29, 2013 at 3:35 PM...
|
|
|
Author: Jun Rao,
2013-03-29, 23:09
|
|
|
Re: Hardware profile - Kafka - [mail # user]
|
|
...We have multiple Kafka clusters, each has about 10 brokers right now. Notsure about the network topology. What kind of info do you want to know?Thanks,JunOn Fri, Mar 29, 2013 at 11:47 AM, Da...
|
|
|
Author: Jun Rao,
2013-03-29, 22:54
|
|
|
Re: kafka appender layout does not work for kafka 0.7.1 - Kafka - [mail # user]
|
|
...Kafka log4j appender may not support the layout. Could you open a jira forthis?Thanks,JunOn Fri, Mar 29, 2013 at 11:24 AM, Sining Ma wrote:> Hi>>>> I am using kafka 0.7....
|
|
|
Author: Jun Rao,
2013-03-29, 22:50
|
|
|
Re: Hardware profile - Kafka - [mail # user]
|
|
...It's more or less the same. Our new server has 14 sata disks, each of 1 TB.The disk also has better write latency due to larger write cache.Thanks,JunOn Fri, Mar 29, 2013 at 8:32 AM, Ian Fri...
|
|
|
Author: Jun Rao,
2013-03-29, 16:44
|
|
|
Re: Can't use ':' in client name? - Kafka - [mail # user]
|
|
...Chris,Client id is used for registering jmx beans for monitoring. Because of therestrictions in bean names, we limit the client id to be only alpha-numericplus "-" and "_".Thanks,JunOn Fri, ...
|
|
|
Author: Jun Rao,
2013-03-29, 14:58
|
|
|
Re: Kafka unable to process large number of messages - Kafka - [mail # user]
|
|
...This indicates that the messages sent to the broker are somehow corrupted.Are you using a java producer? How many instances of producers do you have?Thanks,JunOn Fri, Mar 29, 2013 at 2:46 AM...
|
|
|
Author: Jun Rao,
2013-03-29, 14:55
|
|
|
Re: Question about Kafka code contribution guidelines - Kafka - [mail # dev]
|
|
...All committers have to file the following agreement:http://www.apache.org/licenses/icla.txtContributor submits patches to a jira. The patches will be reviewed and ifaccepted, they will be ch...
|
|
|
Author: Jun Rao,
2013-03-29, 04:12
|
|
|
Re: Connection reset by peer - Kafka - [mail # user]
|
|
...Not sure why re-registering in broker fails. Normall, when the brokerregisters, the ZK path should already be gone.Thanks,JunOn Thu, Mar 28, 2013 at 8:31 AM, Yonghui Zhao wrote:> Wi...
|
|
|
Author: Jun Rao,
2013-03-29, 04:03
|
|
|
Re: log file flushing, flushall on clean shutdown... - Kafka - [mail # user]
|
|
...Jason,Our shutdown sequence in 0.7 is the following in KafkaServer.shutdown():1. close socket channel2. close log manager2.1 for each log2.2 flush last segment and close file channelS...
|
|
|
Author: Jun Rao,
2013-03-28, 15:31
|
|
|
|