| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
737 (0.188s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: auto-delete empty, old topics? - Kafka - [mail # user]
|
|
...So, looks like in 0.7, the way to correctly delete topics from the brokersand zookeeper is as follows -1. Shutdown producers, consumers and brokers.2. Delete the topic logs from the brokers3...
|
|
|
Author: Neha Narkhede,
2013-03-18, 18:05
|
|
|
Re: Building kafka 0.8 in Intellij (was: Dead code?) - Kafka - [mail # user]
|
|
...Thanks for looking into this, Dragos. We should remove ""com.github.sgroschupf"% "zkclient" % "0.1"," from the build.sbt files. Would you like tocreate a JIRA and/or attach a pa...
|
|
|
Author: Neha Narkhede,
2013-03-15, 15:12
|
|
|
Re: Local forwarder for performance & reliability - Kafka - [mail # user]
|
|
...https://issues.apache.org/jira/browse/KAFKA-156 is filed for that feature.Thanks,NehaOn Fri, Mar 15, 2013 at 12:55 AM, Ryan Chan wrote:> Hi,>> On Fri, Mar 15, 2013 at 1:18 PM,...
|
|
|
Author: Neha Narkhede,
2013-03-15, 15:09
|
|
|
Re: kafka.common.OffsetOutOfRangeException - Kafka - [mail # user]
|
|
...If the consumer's fetch offset is not present on the Kafka server, it willsend back the OffsetOutOfRange error code in the response to the consumer.Then the consumer can issue an OffsetReque...
|
|
|
Author: Neha Narkhede,
2013-03-15, 15:06
|
|
|
Re: java.io.IOException: Broken pipe - Kafka - [mail # user]
|
|
...From the error it seems that the server was not able to write the fetchresponse on the socket since the socket was closed. Do you see any errorson the consumer on 10.2.201.20 ? The con...
|
|
|
Author: Neha Narkhede,
2013-03-15, 13:06
|
|
|
Re: Local forwarder for performance & reliability - Kafka - [mail # user]
|
|
...Ryan,Have you tried configuring the num.retries option on the log4j producer ?When there is a temporary network glitch, it will retry sending themessages instead of losing them.Thanks,NehaOn...
|
|
|
Author: Neha Narkhede,
2013-03-15, 05:19
|
|
|
Re: auto-delete empty, old topics? - Kafka - [mail # user]
|
|
...This could be a bug with the topic discovery logic in the wildcardconsumer. Please can you file a bug and attach your consumer logs there ?Thanks,NehaOn Thu, Mar 14, 2013 at 3:20 PM, Jason R...
|
|
|
Author: Neha Narkhede,
2013-03-14, 22:23
|
|
|
Re: auto-delete empty, old topics? - Kafka - [mail # user]
|
|
...Jason,Let me see if I understood what you did here. In Kafka 0.7.2, you deletedthe Kafka log files from the server and bounced the broker. This should'veideally deleted those topics from zoo...
|
|
|
Author: Neha Narkhede,
2013-03-14, 21:39
|
|
|
Re: Dead code? - Kafka - [mail # user]
|
|
...You can do ./sbt gen-idea to build the Intellij project .iml files.Thanks,NehaOn Thu, Mar 14, 2013 at 11:20 AM, Dragos Manolescu <[EMAIL PROTECTED]> wrote:> Hi -->> For the la...
|
|
|
Author: Neha Narkhede,
2013-03-14, 18:22
|
|
|
Re: OffsetOutOfRangeException with 0 retention - Kafka - [mail # user]
|
|
...If you are never able to commit the offset, it will always try to consumefrom the initial fetch offset. Eventually, that offset will be garbagecollected from the broker. So it will automatic...
|
|
|
Author: Neha Narkhede,
2013-03-14, 15:05
|
|
|
|