Re: Anyone using log4j Appender for Kafka?

2015-02-22 Thread anthony musyoki
Theres also another one here. https://github.com/danielwegener/logback-kafka-appender. It has a fallback appender which might address the issue of Kafka being un-available. On Mon, Feb 23, 2015 at 9:45 AM, Steven Schlansker < sschlans...@opentable.com> wrote: > Here’s my attempt at a Logback v

Check topic exists after deleting it.

2015-03-23 Thread anthony musyoki
On deleting a topic via TopicCommand.deleteTopic() I get "Topic test-delete is marked for deletion." I follow up by checking if the topic exists by using AdminUtils.topicExists() which suprisingly returns true. I expected AdminUtils.TopicExists() to check both BrokerTopicsPath and DeleteTopicsPa

Re: Check topic exists after deleting it.

2015-03-23 Thread anthony musyoki
ure you don’t have any producers or consumers are running > while > > the topic deleting is going on. > > > > -- > > Harsha > > > > > > On March 23, 2015 at 1:29:50 AM, anthony musyoki ( > > anthony.musy...@gmail.com) wrote: > > > > On deletin